]> git.ipfire.org Git - people/ms/u-boot.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)
commitaae5d237b97dd93ac932d3329c6fdab4bd84c85d
treec914e4d239567f83f864d1a21c0abf2abe736f8c
parentfbfb511548b686057e02f32ddf6e08a9e13206b8
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