Re: [PATCH net-next] qed: Fix static checker warning

2019-05-30 Thread David Miller
From: Michal Kalderon Date: Thu, 30 May 2019 15:20:40 +0300 > In some cases abs_ppfid could be printed without being initialized. > > Fixes: 79284adeb99e ("qed: Add llh ppfid interface and 100g support for > offload protocols") > Reported-by: Dan Carpenter > Signed-off-by: Michal Kalderon Ap

[PATCH net-next] qed: Fix static checker warning

2019-05-30 Thread Michal Kalderon
In some cases abs_ppfid could be printed without being initialized. Fixes: 79284adeb99e ("qed: Add llh ppfid interface and 100g support for offload protocols") Reported-by: Dan Carpenter Signed-off-by: Michal Kalderon --- drivers/net/ethernet/qlogic/qed/qed_dev.c | 24 +++