diff options
Diffstat (limited to 'drivers/net/tulip/eeprom.c')
-rw-r--r-- | drivers/net/tulip/eeprom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/tulip/eeprom.c b/drivers/net/tulip/eeprom.c index 296486bf0956..fa5eee925f25 100644 --- a/drivers/net/tulip/eeprom.c +++ b/drivers/net/tulip/eeprom.c | |||
@@ -222,8 +222,8 @@ subsequent_board: | |||
222 | /* there is no phy information, don't even try to build mtable */ | 222 | /* there is no phy information, don't even try to build mtable */ |
223 | if (count == 0) { | 223 | if (count == 0) { |
224 | if (tulip_debug > 0) | 224 | if (tulip_debug > 0) |
225 | pr_warning("%s: no phy info, aborting mtable build\n", | 225 | pr_warn("%s: no phy info, aborting mtable build\n", |
226 | dev->name); | 226 | dev->name); |
227 | return; | 227 | return; |
228 | } | 228 | } |
229 | 229 | ||