commit | b120818e652965669d3f1abaeaa5c3ccdfb28126 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Sat Oct 15 05:00:10 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Nov 02 16:55:31 2011 -0700 |
tree | f6b2a4b60a94ecbb805a4825834940a62e1e748e | |
parent | 93d3ce8fafb888702311fc8c5917faa4c25b8266 [diff] |
ixgbe: fix smatch splat due to missing NULL check ixgbe_ieee_ets and ixgbe_ieee_pfc are intialized at the same time. Do a check for both before configuring IEEE802.1Qaz. Also max_frame was causing a sparse warning resolved here as well. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Tested-by: Ross Brattain <ross.b.brattain@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>