Re: [PATCH] dsa: mv88e6xxx: Fix error handling in mv88e6xxx_set_port_state

From: Guenter Roeck
Date: Thu Apr 16 2015 - 22:05:28 EST


On 04/16/2015 11:51 AM, Geert Uytterhoeven wrote:
On Thu, Apr 16, 2015 at 3:46 PM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
On 04/15/2015 10:12 PM, Guenter Roeck wrote:

Return correct error code if _mv88e6xxx_reg_read returns an error.

Fixes: facd95b2e0ec0 ("net: dsa: mv88e6xxx: Add Hardware bridging
support")
Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>


I should have given proper credit.

Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx>

For the curious, neither W=1, W=2, C-1, C=2, nor sparse report this problem,
at least not with gcc 4.9.1.

Good old gcc 4.1.2 (which I still use for m68k builds, and won't retire anytime
soon as it finds real bugs in every new kernel release) says:

drivers/net/dsa/mv88e6xxx.c: In function âmv88e6xxx_set_port_stateâ:
drivers/net/dsa/mv88e6xxx.c:905: warning: âretâ may be used
uninitialized in this function

Even after your patch, as it missed one case (patch sent).


Grumble. So much for trusting tools :-(

Thanks for fixing this!

Guenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/