From: Felipe Balbi Date: Fri, 11 Apr 2008 08:28:27 +0000 (+0300) Subject: USB: MUSB: checkpatch.pl fixes to musb_virthub.c X-Git-Tag: v2.6.25-omap1~42 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=261a2f592d71d253e0aa68d186d6cb948e91b0f6;p=linux-2.6-omap-h63xx.git USB: MUSB: checkpatch.pl fixes to musb_virthub.c Misc cleanup patch. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- diff --git a/drivers/usb/musb/musb_virthub.c b/drivers/usb/musb/musb_virthub.c index 10b9089d584..e0e9ce58417 100644 --- a/drivers/usb/musb/musb_virthub.c +++ b/drivers/usb/musb/musb_virthub.c @@ -299,7 +299,7 @@ int musb_hub_control( break; case GetHubStatus: temp = 0; - *(__le32 *) buf = cpu_to_le32 (temp); + *(__le32 *) buf = cpu_to_le32(temp); break; case GetPortStatus: if (wIndex != 1) @@ -340,7 +340,7 @@ int musb_hub_control( (__le32 *) buf); /* port change status is more interesting */ - DBG(get_unaligned((u16*)(buf+2)) ? 2 : 5, "port status %08x\n", + DBG(get_unaligned((u16 *)(buf+2)) ? 2 : 5, "port status %08x\n", musb->port1_status); break; case SetPortFeature: