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)
commitd1b1842c393cf322712b669ec887397b89ed2312
tree890cefa2129aa7fa54424ad259e24cf4fca00694
parent22552b286b44b8988e08fb74379507a9b32521b0
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