[PATCH v2] using mii-bitbang on different processor ports

Scott Wood scottwood at freescale.com
Wed Oct 31 05:23:42 EST 2007


Sergej Stepanov wrote:
> +	if( !of_address_to_resource(np, 1, &res[1])) {

The spacing is still wrong.

> -	iounmap(bitbang->dir);
> +	if ( bitbang->mdio.dir != bitbang->mdc.dir)
> +		iounmap(bitbang->mdio.dir);
> +	iounmap(bitbang->mdc.dir);

And here.

-Scott



More information about the Linuxppc-dev mailing list