[PATCH 2/6] ibm_newemac: Add ET1011c PHY support

Benjamin Herrenschmidt benh at kernel.crashing.org
Thu Nov 8 19:42:24 EST 2007


> > +static struct mii_phy_def et1011c_phy_def = {
> > +        .phy_id         = 0x0282f000,
> > +        .phy_id_mask    = 0x0fffff00,
> > +        .name           = "ET1011C Gigabit Ethernet",
> > +        .ops            = &et1011c_phy_ops
> > +};
> > +
> > +
> > +
> > +
> > +
> 
> Nitpicking: Too many empty lines for my taste.

Agreed, I though I had removed them, looks like I didn't. Will fix that
before submitting.

Thanks,
Ben.





More information about the Linuxppc-dev mailing list