]> asedeno.scripts.mit.edu Git - linux.git/commit
sh_eth: call sh_eth_tsu_get_offset() from TSU register accessors
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Mon, 23 Jul 2018 18:12:38 +0000 (21:12 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Jul 2018 19:34:50 +0000 (12:34 -0700)
commitecbecb0a90fbc318163dd1747bd325e08aee4b12
treeb2c6be2174cb310c8e161766fba254880ab44dfc
parent41414f0a8568d1f395d823bc65e68ee0805d794f
sh_eth: call sh_eth_tsu_get_offset() from TSU register accessors

With sh_eth_tsu_get_offset() now actually returning TSU register's offset,
we  can at last use it in sh_eth_tsu_{read|write}(). Somehow this saves 248
bytes of object code with AArch64 gcc 4.8.5... :-)

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c