[PATCH RFC v2 1/4] net: mvmdio: make orion_mdio_wait_ready consistent

David Miller davem at davemloft.net
Sat Oct 26 01:44:01 EDT 2013


From: Leigh Brown <leigh at solinno.co.uk>
Date: Thu, 24 Oct 2013 19:09:31 +0100

> +	        else
> +			if (timedout)
>  				break;
>  

Please make this:

		else if (timedout)
			break;



More information about the linux-arm-kernel mailing list