Hi Colin, Colin King <[email protected]> writes:
> From: Colin Ian King <[email protected]> > > The error return err is not initialized and there is a possibility > that err is not assigned causing mv88e6xxx_port_bridge_join to > return a garbage error return status. Fix this by initializing err > to 0. > > Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Vivien Didelot <[email protected]> Even though that cannot happen, the fix doesn't hurt. Adding Geert in the loop who submitted an RFC for this first: https://lkml.org/lkml/2016/4/25/95 Thanks, Vivien

