firewire: ohci: omit IntEvent.busReset check rom AT queueing
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 26 Feb 2011 14:08:35 +0000 (15:08 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 14 Mar 2011 22:30:56 +0000 (23:30 +0100)
commitb6258fc1feabda868694ad5fdc7ca8edf3ef30ec
treedb2a06bde078d146c4ec32ab34ebe7a1779356ea
parent44b74d909dc943fd9384930a141450cb17133511
firewire: ohci: omit IntEvent.busReset check rom AT queueing

Since commit 82b662dc4102 "flush AT contexts after bus reset for OHCI 1.2",
the driver takes care of any AT packets that were enqueued during a bus
reset phase.  The check from commit 76f73ca1b291 is therefore no longer
necessary and the MMIO read can be avoided.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/ohci.c