qlcnic: Fix return value in qlcnic_probe()
authorYongjian Xu <xuyongjiande@gmail.com>
Tue, 30 Dec 2014 08:03:46 +0000 (16:03 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Jan 2015 00:21:19 +0000 (19:21 -0500)
commit7824acd92494cf21229ea5313e525fa20927ba26
tree02678b1995f9785c1d6ab21da57e4899ffaa0e56
parent0f113b81172705f38a1cb94b1644a339e6bdf884
qlcnic: Fix return value in qlcnic_probe()

If the check of adapter fails and goes into the 'else' branch, the
return value 'err' should not still be zero.

Signed-off-by: Yongjian Xu <xuyongjiande@gmail.com>
Acked-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c