]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ehci: remove obsolete workaround for bogus IRQs
authorDavid Brownell <david-b@pacbell.net>
Thu, 6 Mar 2008 07:37:52 +0000 (23:37 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Apr 2008 04:16:40 +0000 (21:16 -0700)
commitb936205e6c30063a9d1432bb42e7f0353f998d47
tree890cefa2129aa7fa54424ad259e24cf4fca00694
parentba476bd5a7581b054db22a376f7b23a6db7d9e2d
USB: ehci: remove obsolete workaround for bogus IRQs

It was pointed out that we found and fixed the cause of the "bogus"
fatal IRQ reports some time ago ... this patch removes the code
which was working around that bug ("status" got clobbered), and a
comment which needlessly confused folk reading this code.

This also includes a minor cleanup to the code which fixed that bug.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-hcd.c