Hi Colin, Colin King <colin.k...@canonical.com> writes:
> From: Colin Ian King <colin.k...@canonical.com> > > 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 <colin.k...@canonical.com> Reviewed-by: Vivien Didelot <vivien.dide...@savoirfairelinux.com> 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