]> git.baikalelectronics.ru Git - kernel.git/commit
rocker: gaurd against NULL rocker_port when removing ports
authorScott Feldman <sfeldma@gmail.com>
Sat, 13 Jun 2015 04:09:44 +0000 (21:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Jun 2015 23:03:48 +0000 (16:03 -0700)
commit7154b1339eecfbe051c0eae7fddd04d715a2f42f
tree436cf4f6384181f77dfc54710617b30e1543df3d
parent60ab8bd5929143957d77d931436d032c1d6bb7b1
rocker: gaurd against NULL rocker_port when removing ports

The ports array is filled in as ports are probed, but if probing doesn't
finish, we need to stop only those ports that where probed successfully.
Check the ports array for NULL to skip un-probed ports when stopping.

Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/rocker/rocker.c