diff options
Diffstat (limited to 'drivers/net/chelsio/cxgb2.c')
-rw-r--r-- | drivers/net/chelsio/cxgb2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/chelsio/cxgb2.c b/drivers/net/chelsio/cxgb2.c index 37037e5890e1..1d78d5d4b1a7 100644 --- a/drivers/net/chelsio/cxgb2.c +++ b/drivers/net/chelsio/cxgb2.c | |||
@@ -729,7 +729,7 @@ static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c) | |||
729 | 729 | ||
730 | static int get_eeprom_len(struct net_device *dev) | 730 | static int get_eeprom_len(struct net_device *dev) |
731 | { | 731 | { |
732 | return EEPROM_SIZE; | 732 | return EEPROM_SIZE; |
733 | } | 733 | } |
734 | 734 | ||
735 | #define EEPROM_MAGIC(ap) \ | 735 | #define EEPROM_MAGIC(ap) \ |