diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2010-06-12 14:35:52 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2010-06-19 07:01:41 -0400 |
commit | 0fcff4e39323f466a47684d7c8ffa77e1be86c8a (patch) | |
tree | cdbe9d239ae59c18a48a34d937da3f658c61e873 /drivers/firewire/core-cdev.c | |
parent | b384cf18873da1ed100662aa7373edf5883a1c24 (diff) |
firewire: rename CSR access driver methods
Rather than "read a Control and Status Registers (CSR) Architecture
register" I prefer to say "read a Control and Status Register".
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
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; |