tg3: Move phylib report to end of tg3_init_one
authorMatt Carlson <mcarlson@broadcom.com>
Tue, 4 Nov 2008 00:52:56 +0000 (16:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Nov 2008 00:52:56 +0000 (16:52 -0800)
commitdf59c9403557397aafbe291533d113b752da7661
tree929a2af54ebf28c1548892f45de908a4c121c231
parentb2b98d4acc58a6f36b731e666c6ebd901cd6a27e
tg3: Move phylib report to end of tg3_init_one

Currently, phylib reports appear with a eth%d prefix.  Move the line
after register_netdev() and place it alongside the other informative
messages.  Update nearby informative messages accordingly.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c