diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-03-29 17:00:50 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-30 19:48:15 (GMT) |
commit | fea24857bb62990b839feb62090ad72a1c93735a (patch) | |
tree | dde35b5bc364514ebe4b6e8623bb54d25a3f9ddd /net | |
parent | 28fd34985bd5edaea6282a0586f91bcddd336f5e (diff) | |
download | linux-fea24857bb62990b839feb62090ad72a1c93735a.tar.xz |
qed: initialize return rc to avoid returning garbage
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 <colin.king@canonical.com>
Acked-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions