net: 3com: typhoon: typhoon_init_one: fix incorrect return values
authorThomas Preisner <thomas.preisner+linux@fau.de>
Fri, 30 Dec 2016 02:37:53 +0000 (03:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Dec 2016 20:26:22 +0000 (15:26 -0500)
commit107fded7bf616ad6f46823d98b8ed6405d7adf2d
treea5f51356f922f3e6c6818fd3cc7db1a3b434968a
parent7bb387c5ab12aeac3d5eea28686489ff46b53ca9
net: 3com: typhoon: typhoon_init_one: fix incorrect return values

In a few cases the err-variable is not set to a negative error code if a
function call in typhoon_init_one() fails and thus 0 is returned
instead.
It may be better to set err to the appropriate negative error
code before returning.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188841

Reported-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Thomas Preisner <thomas.preisner+linux@fau.de>
Signed-off-by: Milan Stephan <milan.stephan+linux@fau.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/3com/typhoon.c