* [U-Boot] [PATCH] usb: r8a6659: Fix build by missing of parenthesis
@ 2012-11-15 5:56 Nobuhiro Iwamatsu
2012-11-15 13:43 ` Marek Vasut
0 siblings, 1 reply; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-11-15 5:56 UTC (permalink / raw)
To: u-boot
By commit c7e3b2b5, this was chanded to support multiple controllers.
But this has missing of parenthesis. This commit fix it.
-----
r8a66597-hcd.c: In function ?usb_lowlevel_init?:
r8a66597-hcd.c:911:52: error: expected declaration specifiers before ?)?
token
r8a66597-hcd.c:935:1: error: expected ?=?, ?,?, ?;?, ?asm? or?__attribute__? before ?{? token
r8a66597-hcd.c:939:1: error: expected ?{? at end of input
-----
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Lucas Stach <dev@lynxeye.de>
---
drivers/usb/host/r8a66597-hcd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/host/r8a66597-hcd.c b/drivers/usb/host/r8a66597-hcd.c
index 2a4e7ff..aefcf66 100644
--- a/drivers/usb/host/r8a66597-hcd.c
+++ b/drivers/usb/host/r8a66597-hcd.c
@@ -908,7 +908,7 @@ int submit_int_msg(struct usb_device *dev, unsigned long pipe, void *buffer,
return 0;
}
-int usb_lowlevel_init(int index, void **controller))
+int usb_lowlevel_init(int index, void **controller)
{
struct r8a66597 *r8a66597 = &gr8a66597;
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] usb: r8a6659: Fix build by missing of parenthesis
2012-11-15 5:56 [U-Boot] [PATCH] usb: r8a6659: Fix build by missing of parenthesis Nobuhiro Iwamatsu
@ 2012-11-15 13:43 ` Marek Vasut
0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2012-11-15 13:43 UTC (permalink / raw)
To: u-boot
Dear Nobuhiro Iwamatsu,
> By commit c7e3b2b5, this was chanded to support multiple controllers.
> But this has missing of parenthesis. This commit fix it.
>
> -----
> r8a66597-hcd.c: In function ?usb_lowlevel_init?:
> r8a66597-hcd.c:911:52: error: expected declaration specifiers before ?)?
> token
> r8a66597-hcd.c:935:1: error: expected ?=?, ?,?, ?;?, ?asm?
> or?__attribute__? before ?{? token r8a66597-hcd.c:939:1: error: expected
> ?{? at end of input
> -----
>
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> CC: Lucas Stach <dev@lynxeye.de>
[...]
Applied, thanks
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-15 13:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15 5:56 [U-Boot] [PATCH] usb: r8a6659: Fix build by missing of parenthesis Nobuhiro Iwamatsu
2012-11-15 13:43 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox