firewire: ohci: skip soft reset retries after card ejection
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 3 Jul 2011 15:39:26 +0000 (17:39 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 9 Jul 2011 15:12:09 +0000 (17:12 +0200)
The software reset in firewire-ohci's pci_remove does not have a great
prospect of success if the card was already physically removed at this
point.  So let's skip the 500 ms that were spent in retries here.

Also, replace a defined constant by its open-coded value.  This is not a
constant from a specification but an arbitrarily chosen retry limit.  It
was only used in this single place.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

No differences found