diff options
Diffstat (limited to 'drivers/net/ixgb/ixgb_ethtool.c')
-rw-r--r-- | drivers/net/ixgb/ixgb_ethtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb_ethtool.c b/drivers/net/ixgb/ixgb_ethtool.c index a4ed96caae69..43994c199991 100644 --- a/drivers/net/ixgb/ixgb_ethtool.c +++ b/drivers/net/ixgb/ixgb_ethtool.c | |||
@@ -410,7 +410,7 @@ static int | |||
410 | ixgb_get_eeprom_len(struct net_device *netdev) | 410 | ixgb_get_eeprom_len(struct net_device *netdev) |
411 | { | 411 | { |
412 | /* return size in bytes */ | 412 | /* return size in bytes */ |
413 | return (IXGB_EEPROM_SIZE << 1); | 413 | return IXGB_EEPROM_SIZE << 1; |
414 | } | 414 | } |
415 | 415 | ||
416 | static int | 416 | static int |