sh_eth: fix TRSCER mask for R7S9210
authorSergey Shtylyov <s.shtylyov@omprussia.ru>
Sun, 28 Feb 2021 20:27:32 +0000 (23:27 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Mar 2021 21:22:34 +0000 (13:22 -0800)
commit165bc5a4f30eee4735845aa7dbd6b738643f2603
tree0b48d83ff5c227db9f3c63280305cbf9fe131562
parent75be7fb7f978202c4c3a1a713af4485afb2ff5f6
sh_eth: fix TRSCER mask for R7S9210

According  to the RZ/A2M Group User's Manual: Hardware, Rev. 2.00,
the TRSCER register has bit 9 reserved, hence we can't use the driver's
default TRSCER mask.  Add the explicit initializer for sh_eth_cpu_data::
trscer_err_mask for R7S9210.

Fixes: 6e0bb04d0e4f ("sh_eth: Add R7S9210 support")
Signed-off-by: Sergey Shtylyov <s.shtylyov@omprussia.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c