diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2021-10-12 17:36:08 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-10-13 09:08:56 -0700 |
commit | 4ea3167bad275afda5a0b5a794831b312112ec29 (patch) | |
tree | a1e8d8b74b05a7f6ae94e7dba02e2a3ea3e2aaf9 /drivers/net/ethernet/renesas/ravb.h | |
parent | 0ee65bc14ff2f755c83b9261c510a70bf6ba8d60 (diff) |
ravb: Rename "tsrq" variable
Rename the variable "tsrq" with "tccr_mask" as we are passing
TCCR mask to the ravb_wait() function.
There is no functional change.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Suggested-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/renesas/ravb.h')
-rw-r--r-- | drivers/net/ethernet/renesas/ravb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/renesas/ravb.h b/drivers/net/ethernet/renesas/ravb.h index 527e865dee81..99d666a5fb49 100644 --- a/drivers/net/ethernet/renesas/ravb.h +++ b/drivers/net/ethernet/renesas/ravb.h @@ -1012,7 +1012,7 @@ struct ravb_hw_info { netdev_features_t net_features; int stats_len; size_t max_rx_len; - u32 tsrq; + u32 tccr_mask; u32 rx_max_buf_size; unsigned aligned_tx: 1; |