From: Colin King <[email protected]> Date: Mon, 25 Apr 2016 23:11:22 +0100
> 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]> Applied.
