From: Marco Hartmann <marco.hartm...@nxp.com>
Date: Mon, 19 Aug 2019 17:11:14 +0000

> @@ -1767,7 +1770,7 @@ static int fec_enet_mdio_read(struct mii_bus *bus, int 
> mii_id, int regnum)
>       struct fec_enet_private *fep = bus->priv;
>       struct device *dev = &fep->pdev->dev;
>       unsigned long time_left;
> -     int ret = 0;
> +     int ret = 0, frame_start, frame_addr, frame_op;
>  

Please retain the reverse christmas tree ordering of local variables
here, thank you.

Reply via email to