Misc cleanup patch.
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
break;
case GetHubStatus:
temp = 0;
- *(__le32 *) buf = cpu_to_le32 (temp);
+ *(__le32 *) buf = cpu_to_le32(temp);
break;
case GetPortStatus:
if (wIndex != 1)
(__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: