From: Felipe Balbi Date: Wed, 25 Feb 2015 22:04:39 +0000 (-0600) Subject: usb: musb: dsps: remove babble check from dsps irq handler X-Git-Tag: omap-for-v4.1/fixes-rc1~167^2~55^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b9e6eb07f739207bd7d4257fdfbb24592d096a;p=pandora-kernel.git usb: musb: dsps: remove babble check from dsps irq handler musb->int_usb already contains the correct information for musb-core to handle babble. In fact, this very check was just causing a nonsensical babble interrupt storm. With this I can get test.sh to run and, even though all tests fail with timeout, that's still better than locking up the system due to IRQ storm. Also, if I remove g_zero and load g_mass_storage, then everything works fine again. Tested-by: Bin Liu Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed