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>
This commit is contained in:
parent
b384cf1887
commit
0fcff4e393
4 changed files with 11 additions and 13 deletions
|
|
@ -1044,7 +1044,7 @@ static int ioctl_get_cycle_timer2(struct client *client, union ioctl_arg *arg)
|
|||
|
||||
local_irq_disable();
|
||||
|
||||
cycle_time = card->driver->read_csr_reg(card, CSR_CYCLE_TIME);
|
||||
cycle_time = card->driver->read_csr(card, CSR_CYCLE_TIME);
|
||||
|
||||
switch (a->clk_id) {
|
||||
case CLOCK_REALTIME: getnstimeofday(&ts); break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue