[linux-cirrus] Re: Typo in ohci-ep93xx.c
- From: "vishal huddar" <vishal123huddar@xxxxxxxxx>
- To: linux-cirrus@xxxxxxxxxxxxx
- Date: Fri, 8 Dec 2006 23:24:11 +0530
hello chase.........
i am using latest cirrus arm linux 2.0.8, there when i give 'MAKE' in
edb9315a folder everything gets compiled & installed properly...but after
porting zimage , ramdisk on board;OPIE doesn't start...,on my host PC (hyper
terminal) i get 'press enter to activate this console' after kernel
boot......what could be the problem??.....
regards
vishal huddar
On 12/8/06, Chase Douglas <cndougla@xxxxxxxxxx> wrote:
It looks like no one has been adventurous enough to try APM on the
EP93xx boards. I would have no idea if it works anyways, but I
thought I'd try enabling it just for kicks. I found this typo in the
usb driver.
Thanks,
Chase Douglas
--- linux.old/drivers/usb/host/ohci-ep93xx.c 2006-12-07
22:41:49.000000000 -0500
+++ linux/drivers/usb/host/ohci-ep93xx.c 2006-12-07
22:40:39.000000000 -0500
@@ -169,7 +169,7 @@
static int ohci_hcd_ep93xx_drv_suspend(struct platform_device *pdev,
pm_message_t state)
{
struct usb_hcd *hcd = platform_get_drvdata(pdev);
- struct ochi_hcd *ohci = hcd_to_ohci(hcd);
+ struct ohci_hcd *ohci = hcd_to_ohci(hcd);
if (time_before(jiffies, ohci->next_statechange))
msleep(5);
- Follow-Ups:
- [linux-cirrus] Re: Typo in ohci-ep93xx.c
- From: vishal huddar
- References:
- [linux-cirrus] Typo in ohci-ep93xx.c
- From: Chase Douglas
Other related posts:
- » [linux-cirrus] Re: Typo in ohci-ep93xx.c
- » [linux-cirrus] Re: Typo in ohci-ep93xx.c
- » [linux-cirrus] Typo in ohci-ep93xx.c
- » [linux-cirrus] Re: Typo in ohci-ep93xx.c
- » [linux-cirrus] Re: Typo in ohci-ep93xx.c
- » [linux-cirrus] Re: Typo in ohci-ep93xx.c
- » [linux-cirrus] Re: Typo in ohci-ep93xx.c
- » [linux-cirrus] Re: Typo in ohci-ep93xx.c
- » [linux-cirrus] Re: Typo in ohci-ep93xx.c
- » [linux-cirrus] Re: Typo in ohci-ep93xx.c
It looks like no one has been adventurous enough to try APM on the
EP93xx boards. I would have no idea if it works anyways, but I
thought I'd try enabling it just for kicks. I found this typo in the
usb driver.
Thanks,
Chase Douglas
--- linux.old/drivers/usb/host/ohci-ep93xx.c 2006-12-07
22:41:49.000000000 -0500
+++ linux/drivers/usb/host/ohci-ep93xx.c 2006-12-07
22:40:39.000000000 -0500
@@ -169,7 +169,7 @@
static int ohci_hcd_ep93xx_drv_suspend(struct platform_device *pdev,
pm_message_t state)
{
struct usb_hcd *hcd = platform_get_drvdata(pdev);
- struct ochi_hcd *ohci = hcd_to_ohci(hcd);
+ struct ohci_hcd *ohci = hcd_to_ohci(hcd);
if (time_before(jiffies, ohci->next_statechange))
msleep(5);
- [linux-cirrus] Re: Typo in ohci-ep93xx.c
- From: vishal huddar
- [linux-cirrus] Typo in ohci-ep93xx.c
- From: Chase Douglas