From: Alan Stern Date: Wed, 18 Apr 2012 15:33:00 +0000 (-0400) Subject: EHCI: always clear the STS_FLR status bit X-Git-Tag: v3.4-rc4~14^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fbe2bf1fd37f9d99950bd8d8093623cf22cf08b;p=pandora-kernel.git EHCI: always clear the STS_FLR status bit This patch (as1544) fixes a problem affecting some EHCI controllers. They can generate interrupts whenever the STS_FLR status bit is turned on, even though that bit is masked out in the Interrupt Enable register. Since the driver doesn't use STS_FLR anyway, the patch changes the interrupt routine to clear that bit whenever it is set, rather than leaving it alone. Signed-off-by: Alan Stern Reported-and-tested-by: Tomoya MORINAGA Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed