https://github.com/torvalds/linux
Revision d6020787488e837d3c2b24eb1b8cf9849058d340 authored by Brice Goglin on 03 July 2006, 22:41:30 UTC, committed by Jeff Garzik on 05 July 2006, 18:08:37 UTC
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>
1 parent 18ac544
History
Tip revision: d6020787488e837d3c2b24eb1b8cf9849058d340 authored by Brice Goglin on 03 July 2006, 22:41:30 UTC
[PATCH] myri10ge - Use dev_info() when printing parameters after probe
Tip revision: d602078

back to top