> From: Intel-wired-lan [mailto:[email protected]] On > Behalf Of YueHaibing > Sent: Monday, November 19, 2018 4:48 AM > To: [email protected]; Kirsher, Jeffrey T <[email protected]> > Cc: [email protected]; YueHaibing <[email protected]>; intel- > [email protected]; [email protected] > Subject: [Intel-wired-lan] [PATCH net-next] e100: Fix passing zero to > 'PTR_ERR' warning in e100_load_ucode_wait > > Fix a static code checker warning: > drivers/net/ethernet/intel/e100.c:1349 > e100_load_ucode_wait() warn: passing zero to 'PTR_ERR' > > Signed-off-by: YueHaibing <[email protected]> > --- > drivers/net/ethernet/intel/e100.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Tested-by: Aaron Brown <[email protected]>
