diff options
Diffstat (limited to 'drivers/net/skge.c')
| -rw-r--r-- | drivers/net/skge.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/skge.c b/drivers/net/skge.c index 82200bfaa8ed..7de9a07b2ac2 100644 --- a/drivers/net/skge.c +++ b/drivers/net/skge.c | |||
| @@ -516,10 +516,7 @@ static int skge_set_pauseparam(struct net_device *dev, | |||
| 516 | /* Chip internal frequency for clock calculations */ | 516 | /* Chip internal frequency for clock calculations */ |
| 517 | static inline u32 hwkhz(const struct skge_hw *hw) | 517 | static inline u32 hwkhz(const struct skge_hw *hw) |
| 518 | { | 518 | { |
| 519 | if (hw->chip_id == CHIP_ID_GENESIS) | 519 | return (hw->chip_id == CHIP_ID_GENESIS) ? 53125 : 78125; |
| 520 | return 53215; /* or: 53.125 MHz */ | ||
| 521 | else | ||
| 522 | return 78215; /* or: 78.125 MHz */ | ||
| 523 | } | 520 | } |
| 524 | 521 | ||
| 525 | /* Chip HZ to microseconds */ | 522 | /* Chip HZ to microseconds */ |
