]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/et131x/et1310_phy.c
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[~andy/linux] / drivers / staging / et131x / et1310_phy.c
index 34cd5d1b586ac854fdcda316e5f5bbcf40d1c953..a6d9f29ff49cd0d97ecb7a4064ac1d4e9cf6d437 100644 (file)
@@ -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);