From: Sergei Shtylyov Date: Wed, 16 Dec 2009 17:38:31 +0000 (+0300) Subject: USB: musb_gadget: fix kernel oops in txstate() X-Git-Tag: v2.6.33-rc2~11^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95962a773ca5c1e52305fd1003d3bda59abbf371;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed