commit | 530fd82a9fea5bba8e044bdf6fdf2ddc495e3807 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Mon Nov 02 17:09:29 2015 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Dec 12 00:44:18 2015 -0800 |
tree | 609976af73b62c4601792ddc1be5527646e3f6d6 | |
parent | 9ad321b0b6de666814e3950c963387d116bfe3d1 [diff] |
ixgbe: Return error on failure to allocate mac_table Add a check to make certain mac_table was actually allocated and is not NULL. If it is NULL return -ENOMEM and allow the probe routine to fail rather then causing a NULL pointer dereference further down the line. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>