aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/core-cdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/core-cdev.c')
-rw-r--r--drivers/firewire/core-cdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/core-cdev.c b/drivers/firewire/core-cdev.c
index ecd0a4d81abf..5538d5130f7b 100644
--- a/drivers/firewire/core-cdev.c
+++ b/drivers/firewire/core-cdev.c
@@ -1018,7 +1018,7 @@ static int ioctl_get_cycle_timer(struct client *client, void *buffer)
1018 1018
1019 local_irq_disable(); 1019 local_irq_disable();
1020 1020
1021 cycle_time = card->driver->get_bus_time(card); 1021 cycle_time = card->driver->get_cycle_time(card);
1022 do_gettimeofday(&tv); 1022 do_gettimeofday(&tv);
1023 1023
1024 local_irq_enable(); 1024 local_irq_enable();