Merge tag 'for-linville-20131203' of git://github.com/kvalo/ath
[deliverable/linux.git] / drivers / firewire / core-transaction.c
index e5af0e3a26ec9345a9a775e77ab76b78db94ba25..0e799516a2ab998ae80c28fb8662ee0384120f9f 100644 (file)
@@ -477,7 +477,7 @@ void fw_send_phy_config(struct fw_card *card,
        phy_config_packet.header[1] = data;
        phy_config_packet.header[2] = ~data;
        phy_config_packet.generation = generation;
-       INIT_COMPLETION(phy_config_done);
+       reinit_completion(&phy_config_done);
 
        card->driver->send_request(card, &phy_config_packet);
        wait_for_completion_timeout(&phy_config_done, timeout);
This page took 0.023968 seconds and 5 git commands to generate.