diff options
Diffstat (limited to 'drivers/firewire/core-cdev.c')
| -rw-r--r-- | drivers/firewire/core-cdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/core-cdev.c b/drivers/firewire/core-cdev.c index 2e62516a4b15..32a33da64991 100644 --- a/drivers/firewire/core-cdev.c +++ b/drivers/firewire/core-cdev.c | |||
| @@ -1044,7 +1044,7 @@ static int ioctl_get_cycle_timer2(struct client *client, union ioctl_arg *arg) | |||
| 1044 | 1044 | ||
| 1045 | local_irq_disable(); | 1045 | local_irq_disable(); |
| 1046 | 1046 | ||
| 1047 | cycle_time = card->driver->read_csr_reg(card, CSR_CYCLE_TIME); | 1047 | cycle_time = card->driver->read_csr(card, CSR_CYCLE_TIME); |
| 1048 | 1048 | ||
| 1049 | switch (a->clk_id) { | 1049 | switch (a->clk_id) { |
| 1050 | case CLOCK_REALTIME: getnstimeofday(&ts); break; | 1050 | case CLOCK_REALTIME: getnstimeofday(&ts); break; |
