diff options
Diffstat (limited to 'drivers/firewire/core-transaction.c')
-rw-r--r-- | drivers/firewire/core-transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/core-transaction.c b/drivers/firewire/core-transaction.c index e5af0e3a26ec..0e799516a2ab 100644 --- a/drivers/firewire/core-transaction.c +++ b/drivers/firewire/core-transaction.c | |||
@@ -477,7 +477,7 @@ void fw_send_phy_config(struct fw_card *card, | |||
477 | phy_config_packet.header[1] = data; | 477 | phy_config_packet.header[1] = data; |
478 | phy_config_packet.header[2] = ~data; | 478 | phy_config_packet.header[2] = ~data; |
479 | phy_config_packet.generation = generation; | 479 | phy_config_packet.generation = generation; |
480 | INIT_COMPLETION(phy_config_done); | 480 | reinit_completion(&phy_config_done); |
481 | 481 | ||
482 | card->driver->send_request(card, &phy_config_packet); | 482 | card->driver->send_request(card, &phy_config_packet); |
483 | wait_for_completion_timeout(&phy_config_done, timeout); | 483 | wait_for_completion_timeout(&phy_config_done, timeout); |