diff options
| author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2009-09-06 13:34:17 -0400 |
|---|---|---|
| committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2009-09-12 08:48:41 -0400 |
| commit | 625f0850a8e27b6a8d6fdb95056f35bc22d92b55 (patch) | |
| tree | 4eff4cffe957cd4b58533ef5bcef7eb2eba1f671 | |
| parent | 3c5f80357c3fb3170e39e5d0ae87ddd6652f36ac (diff) | |
ieee1394: sbp2: remove a workaround for Momobay FX-3A
The inquiry delay is not necessary anymore in tests on a recent kernel.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
| -rw-r--r-- | drivers/ieee1394/sbp2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c index 52b25f8b111d..f199896c4113 100644 --- a/drivers/ieee1394/sbp2.c +++ b/drivers/ieee1394/sbp2.c | |||
| @@ -372,8 +372,7 @@ static const struct { | |||
| 372 | /* DViCO Momobay FX-3A with TSB42AA9A bridge */ { | 372 | /* DViCO Momobay FX-3A with TSB42AA9A bridge */ { |
| 373 | .firmware_revision = 0x002800, | 373 | .firmware_revision = 0x002800, |
| 374 | .model = 0x000000, | 374 | .model = 0x000000, |
| 375 | .workarounds = SBP2_WORKAROUND_DELAY_INQUIRY | | 375 | .workarounds = SBP2_WORKAROUND_POWER_CONDITION, |
| 376 | SBP2_WORKAROUND_POWER_CONDITION, | ||
| 377 | }, | 376 | }, |
| 378 | /* Initio bridges, actually only needed for some older ones */ { | 377 | /* Initio bridges, actually only needed for some older ones */ { |
| 379 | .firmware_revision = 0x000200, | 378 | .firmware_revision = 0x000200, |
