Searched hist:"7723 de7e19b744144975a09c81777ec0f14ac5b3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_gadget.c | diff 95962a773ca5c1e52305fd1003d3bda59abbf371 Wed Dec 16 11:38:31 CST 2009 Sergei Shtylyov <sshtylyov@ru.mvista.com> USB: musb_gadget: fix kernel oops in txstate()
Commit 7723de7e19b744144975a09c81777ec0f14ac5b3 (USB: musb_gadget: remove pointless loop) included uncalled for (and incorrect) optimization that might cause a kernel oops in txstate() -- undo it.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> diff 7723de7e19b744144975a09c81777ec0f14ac5b3 Wed Nov 18 13:55:28 CST 2009 Sergei Shtylyov <sshtylyov@ru.mvista.com> USB: musb_gadget: remove pointless loop
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 <sshtylyov@ru.mvista.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|