]> git.baikalelectronics.ru Git - uboot.git/commit
net: sh-eth: Fix misaligned cache operation warning
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Fri, 1 Dec 2017 04:56:08 +0000 (13:56 +0900)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 15 Jan 2018 18:05:26 +0000 (12:05 -0600)
commitc9431c9657f983ef305e23cf01bbdb76d76ba109
treec914e4d239567f83f864d1a21c0abf2abe736f8c
parente99531414fbd5f4cf0971b59a11d60cd5fdef095
net: sh-eth: Fix misaligned cache operation warning

When we using network on board using sh-eth, it prints a lot of
"CACHE: Misaligned operation at range" messages.
This commit fixes this problem.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/sh_eth.c