Home
last modified time | relevance | path

Searched hist:"195 e2addbce09e5afbc766efc1e6567c9ce840d3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/sh/boards/mach-se/770x/
H A Dsetup.cdiff 195e2addbce09e5afbc766efc1e6567c9ce840d3 Sat Jan 06 12:53:26 CST 2018 Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> SolutionEngine771x: fix Ether platform data

The 'sh_eth' driver's probe() method would fail on the SolutionEngine7710
board and crash on SolutionEngine7712 board as the platform code is
hopelessly behind the driver's platform data -- it passes the PHY address
instead of 'struct sh_eth_plat_data *'; pass the latter to the driver in
order to fix the bug...

Fixes: 71557a37adb5 ("[netdrvr] sh_eth: Add SH7619 support")
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>