diff options
Diffstat (limited to 'drivers/firewire/sbp2.c')
-rw-r--r-- | drivers/firewire/sbp2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/firewire/sbp2.c b/drivers/firewire/sbp2.c index 8f83bffb43e7..50f0176de615 100644 --- a/drivers/firewire/sbp2.c +++ b/drivers/firewire/sbp2.c | |||
@@ -354,8 +354,7 @@ static const struct { | |||
354 | /* DViCO Momobay FX-3A with TSB42AA9A bridge */ { | 354 | /* DViCO Momobay FX-3A with TSB42AA9A bridge */ { |
355 | .firmware_revision = 0x002800, | 355 | .firmware_revision = 0x002800, |
356 | .model = 0x000000, | 356 | .model = 0x000000, |
357 | .workarounds = SBP2_WORKAROUND_DELAY_INQUIRY | | 357 | .workarounds = SBP2_WORKAROUND_POWER_CONDITION, |
358 | SBP2_WORKAROUND_POWER_CONDITION, | ||
359 | }, | 358 | }, |
360 | /* Initio bridges, actually only needed for some older ones */ { | 359 | /* Initio bridges, actually only needed for some older ones */ { |
361 | .firmware_revision = 0x000200, | 360 | .firmware_revision = 0x000200, |