[PATCH 4/4] musb_gadget: remove pointless loop

2009-11-18 Thread Sergei Shtylyov
Remove the pointless 'do () while (0)' loop from musb_g_tx() -- it makes this function symmetric to musb_g_rx()... Signed-off-by: Sergei Shtylyov --- The patch is against the recent Linus' tree. This is probably 2.6.33 material... drivers/usb/musb/musb_gadget.c | 172 +++-

[PATCH 4/4] musb_gadget: remove pointless loop

2009-09-03 Thread Sergei Shtylyov
Remove the pointless 'do () while (0)' loop from musb_g_tx() -- it makes this function symmetric to musb_g_rx()... Signed-off-by: Sergei Shtylyov --- The patch is against the recent Linus' tree. This is probably 2.6.32 material... drivers/usb/musb/musb_gadget.c | 172 +++-