]> git.baikalelectronics.ru Git - kernel.git/commit
natsemi: sonic: stop calling netdev_boot_setup_check
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Aug 2021 11:40:39 +0000 (13:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2021 12:05:25 +0000 (13:05 +0100)
commit9a94e4e929e970ac78d2f8a4e7d9fb5083b99922
treeaaff045409088626013e169d4db9ef1c2c040045
parentf18eb7e826575107e15e8bbbc58508435f7a6a57
natsemi: sonic: stop calling netdev_boot_setup_check

The data from the kernel command line is no longer used since the
probe function gets it from the platform device resources instead.

The jazz version was changed to be like this in 2007, the xtensa
version apparently copied the code from there.

Fixes: 80b4ce4d0399 ("remove setup of platform device from jazzsonic.c")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/natsemi/jazzsonic.c
drivers/net/ethernet/natsemi/xtsonic.c