netdev
[Top] [All Lists]

Minor error in debugging message

To: netdev@xxxxxxxxxxx
Subject: Minor error in debugging message
From: Wichert Akkerman <wichert@xxxxxxxxx>
Date: Fri, 2 May 2003 11:12:03 +0200
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mutt/1.3.28i
I just noticed this in the 2.5.68 kernel boot sequence:

Freeing alive device d7e6a000, eth%d

It seems to be printed from netdev_finish_unregister (at least grep
doesn't find that message elsewhere) and dev->name contains eth%d
instead of eth0.

Wichert.

-- 
Wichert Akkerman <wichert@xxxxxxxxx>      It is simple to make things.
http://www.wiggy.net/                     It is hard to make things simple.


<Prev in Thread] Current Thread [Next in Thread>
  • Minor error in debugging message, Wichert Akkerman <=