X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fstaging%2Fet131x%2Fet1310_phy.c;h=a6d9f29ff49cd0d97ecb7a4064ac1d4e9cf6d437;hb=110b93842e36b17598cf24874e90d0401431cda2;hp=34cd5d1b586ac854fdcda316e5f5bbcf40d1c953;hpb=19008bdacb9f7841166ebafe0aef361ee582ffbf;p=~andy%2Flinux diff --git a/drivers/staging/et131x/et1310_phy.c b/drivers/staging/et131x/et1310_phy.c index 34cd5d1b586..a6d9f29ff49 100644 --- a/drivers/staging/et131x/et1310_phy.c +++ b/drivers/staging/et131x/et1310_phy.c @@ -344,7 +344,7 @@ static void ET1310_PhyDuplexMode(struct et131x_adapter *etdev, u16 duplex) static void ET1310_PhySpeedSelect(struct et131x_adapter *etdev, u16 speed) { u16 data; - static const u16 bits[3]={0x0000, 0x2000, 0x0040}; + static const u16 bits[3] = {0x0000, 0x2000, 0x0040}; /* Read the PHY control register */ MiRead(etdev, PHY_CONTROL, &data);