From: Colin King
Date: Tue, 29 Mar 2016 18:00:50 +0100
> From: Colin Ian King
>
> in the case where qed_slowpath_irq_req is not called, rc is not
> assigned and so qed_int_igu_enable will return a garbage value.
> Fix this by initializing rc to 0.
>
> Signed-off-by: Colin Ian King
Applied, t
> From: Colin Ian King
>
> in the case where qed_slowpath_irq_req is not called, rc is not assigned and
> so
> qed_int_igu_enable will return a garbage value.
> Fix this by initializing rc to 0.
>
> Signed-off-by: Colin Ian King
Thanks Colin.
Acked-by: Yuval Mintz
From: Colin Ian King
in the case where qed_slowpath_irq_req is not called, rc is not
assigned and so qed_int_igu_enable will return a garbage value.
Fix this by initializing rc to 0.
Signed-off-by: Colin Ian King
---
drivers/net/ethernet/qlogic/qed/qed_int.c | 2 +-
1 file changed, 1 insertion