diff options
Diffstat (limited to 'drivers/firewire/fw-card.c')
-rw-r--r-- | drivers/firewire/fw-card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-card.c b/drivers/firewire/fw-card.c index 140b34d477de..7e4012db6ad2 100644 --- a/drivers/firewire/fw-card.c +++ b/drivers/firewire/fw-card.c | |||
@@ -331,7 +331,7 @@ fw_card_bm_work(struct work_struct *work) | |||
331 | */ | 331 | */ |
332 | spin_unlock_irqrestore(&card->lock, flags); | 332 | spin_unlock_irqrestore(&card->lock, flags); |
333 | goto out; | 333 | goto out; |
334 | } else if (root_device->config_rom[2] & BIB_CMC) { | 334 | } else if (root_device->cmc) { |
335 | /* | 335 | /* |
336 | * FIXME: I suppose we should set the cmstr bit in the | 336 | * FIXME: I suppose we should set the cmstr bit in the |
337 | * STATE_CLEAR register of this node, as described in | 337 | * STATE_CLEAR register of this node, as described in |