[PATCH] myri10ge - Use dev_info() when printing parameters after probe
authorBrice Goglin <brice@myri.com>
Mon, 3 Jul 2006 22:41:30 +0000 (18:41 -0400)
committerJeff Garzik <jeff@garzik.org>
Wed, 5 Jul 2006 18:08:37 +0000 (14:08 -0400)
Displaying the interface name when listing the device parameters
at the end of myri10ge_probe is not a good idea since udev might
rename the interface soon afterwards.
Print the bus id instead, using dev_info().

Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found