summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf
diff options
context:
space:
mode:
authorJon Mason <jon.mason@intel.com>2013-11-22 23:44:13 (GMT)
committerJon Mason <jon.mason@intel.com>2014-04-07 17:58:14 (GMT)
commitfea903ecd799ec49a2ebc4cc8cfb7bb96fd31ddc (patch)
treebfe894438f7c9a22b0ce1735106748d590cfdf0e /drivers/net/ethernet/intel/ixgbevf
parent455c6fdbd219161bd09b1165f11699d6d73de11c (diff)
downloadlinux-fea903ecd799ec49a2ebc4cc8cfb7bb96fd31ddc.tar.xz
ntb_netdev: Fix list_for_each_entry exit issue
If list_for_each_entry exits without finding the ntb_device, the dev pointer will not be NULL. Thus the check will never be true and the code will not exit when it should. Correct this by adding a bool to determine when the device is found, otherwise exit in good fashion. Signed-off-by: Jon Mason <jon.mason@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbevf')
0 files changed, 0 insertions, 0 deletions