* [resend PATCH] tusb6010_omap: fix build failure: error: 'musb' undeclared
@ 2011-07-17 15:28 Sergei Trofimovich
2011-07-26 14:53 ` Felipe Balbi
0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2011-07-17 15:28 UTC (permalink / raw)
To: Greg Kroah-Hartman, linux-usb, linux-omap, linux-kernel
Cc: Sergei Trofimovich
From: Sergei Trofimovich <slyfox@gentoo.org>
CC drivers/usb/musb/tusb6010_omap.o
drivers/usb/musb/tusb6010_omap.c: In function 'tusb_omap_use_shared_dmareq':
drivers/usb/musb/tusb6010_omap.c:92: error: 'musb' undeclared (first use in this function)
drivers/usb/musb/tusb6010_omap.c:92: error: (Each undeclared identifier is reported only once
drivers/usb/musb/tusb6010_omap.c:92: error: for each function it appears in.)
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
---
drivers/usb/musb/tusb6010_omap.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/musb/tusb6010_omap.c b/drivers/usb/musb/tusb6010_omap.c
index c784e6c..07c8a73 100644
--- a/drivers/usb/musb/tusb6010_omap.c
+++ b/drivers/usb/musb/tusb6010_omap.c
@@ -89,7 +89,7 @@ static inline int tusb_omap_use_shared_dmareq(struct tusb_omap_dma_ch *chdat)
u32 reg = musb_readl(chdat->tbase, TUSB_DMA_EP_MAP);
if (reg != 0) {
- dev_dbg(musb->controller, "ep%i dmareq0 is busy for ep%i\n",
+ dev_dbg(chdat->musb->controller, "ep%i dmareq0 is busy for ep%i\n",
chdat->epnum, reg & 0xf);
return -EAGAIN;
}
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [resend PATCH] tusb6010_omap: fix build failure: error: 'musb' undeclared
2011-07-17 15:28 [resend PATCH] tusb6010_omap: fix build failure: error: 'musb' undeclared Sergei Trofimovich
@ 2011-07-26 14:53 ` Felipe Balbi
0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2011-07-26 14:53 UTC (permalink / raw)
To: Sergei Trofimovich
Cc: Greg Kroah-Hartman, linux-usb, linux-omap, linux-kernel,
Sergei Trofimovich
[-- Attachment #1: Type: text/plain, Size: 613 bytes --]
On Sun, Jul 17, 2011 at 06:28:00PM +0300, Sergei Trofimovich wrote:
> From: Sergei Trofimovich <slyfox@gentoo.org>
>
> CC drivers/usb/musb/tusb6010_omap.o
> drivers/usb/musb/tusb6010_omap.c: In function 'tusb_omap_use_shared_dmareq':
> drivers/usb/musb/tusb6010_omap.c:92: error: 'musb' undeclared (first use in this function)
> drivers/usb/musb/tusb6010_omap.c:92: error: (Each undeclared identifier is reported only once
> drivers/usb/musb/tusb6010_omap.c:92: error: for each function it appears in.)
>
> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
applied, thanks
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-26 14:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17 15:28 [resend PATCH] tusb6010_omap: fix build failure: error: 'musb' undeclared Sergei Trofimovich
2011-07-26 14:53 ` Felipe Balbi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).