]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: r8a6659: Fix build by missing of parenthesis
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 15 Nov 2012 05:56:04 +0000 (14:56 +0900)
committerMarek Vasut <marex@denx.de>
Mon, 19 Nov 2012 23:16:08 +0000 (00:16 +0100)
commit7bae844f2dacd1b75f65e37624778a15e132f5e1
treeadd412a14d812429a0e0965aec8d45bf601f174e
parent9d034208a875efac42e72a479a89b18dfa79976a
usb: r8a6659: Fix build by missing of parenthesis

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