Re: [patch -next] qlogic/qed: remove bogus NULL check

2015-11-04 Thread David Miller
From: Dan Carpenter Date: Wed, 4 Nov 2015 16:27:16 +0300 > We check if "p_hwfn" is NULL and then dereference it in the error > handling code. I read the code and it isn't NULL so let's remove the > check. > > Signed-off-by: Dan Carpenter Applied. -- To unsubscribe from this list: send the lin

RE: [patch -next] qlogic/qed: remove bogus NULL check

2015-11-04 Thread Yuval Mintz
> We check if "p_hwfn" is NULL and then dereference it in the error handling > code. I read the code and it isn't NULL so let's remove the check. > > Signed-off-by: Dan Carpenter Our current interrupt handling logic is being uber-defensive. Thanks. Acked-by: Yuval Mintz -- To unsubscribe fr