commit | a07203108494d00efdd8f2fcbf9f2f4f63110e60 | [log] [tgz] |
---|---|---|
author | Scott Feldman <sfeldma@gmail.com> | Fri Jun 12 21:09:44 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 15 16:03:48 2015 -0700 |
tree | 436cf4f6384181f77dfc54710617b30e1543df3d | |
parent | 9464ca650008615d28d9aaf7de99b4edf61f0109 [diff] |
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>