trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefix
authorAntonio Ospite <[email protected]>
Tue, 28 Apr 2015 11:11:27 +0000 (13:11 +0200)
committerDavid S. Miller <[email protected]>
Wed, 29 Apr 2015 18:56:39 +0000 (14:56 -0400)
Fix the 0x0x prefix in an integer constant.

Signed-off-by: Antonio Ospite <[email protected]>
Cc: Jay Cliburn <[email protected]>
Cc: Chris Snook <[email protected]>
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/atheros/atl1e/atl1e_hw.h

index 74df16aef7933871fb87c29a511ddc5b19182a01..88a6271de5bc96fde0993f6d9096a7904aa78c7b 100644 (file)
@@ -129,7 +129,7 @@ s32 atl1e_restart_autoneg(struct atl1e_hw *hw);
 #define     TWSI_CTRL_LD_SLV_ADDR_SHIFT     8
 #define     TWSI_CTRL_SW_LDSTART            0x800
 #define     TWSI_CTRL_HW_LDSTART            0x1000
-#define     TWSI_CTRL_SMB_SLV_ADDR_MASK     0x0x7F
+#define     TWSI_CTRL_SMB_SLV_ADDR_MASK     0x7F
 #define     TWSI_CTRL_SMB_SLV_ADDR_SHIFT    15
 #define     TWSI_CTRL_LD_EXIST              0x400000
 #define     TWSI_CTRL_READ_FREQ_SEL_MASK    0x3