USB: musb_gadget: fix kernel oops in txstate()
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Wed, 16 Dec 2009 17:38:31 +0000 (20:38 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Dec 2009 19:34:12 +0000 (11:34 -0800)
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>

No differences found