]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
8139x: reduce message severity on driver overlap
authorStephen Hemminger <shemminger@vyatta.com>
Wed, 22 Oct 2008 01:04:27 +0000 (18:04 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 22 Oct 2008 11:00:28 +0000 (07:00 -0400)
commitde4549cae088a74262834178b71fb25dbec2c376
treec2d94c2648ac6e4d3c152ab0137289a4d84ac981
parent421e02f0e9c3335028750ee411e5534dab82efbd
8139x: reduce message severity on driver overlap

The 8139 drivers are a source of error messages that confuse users.

Since this device can not be disambiguated by normal PCI device
id's two drivers match the same info. But the module utilities
seem to correctly handle this overlap, they try one driver, then
if that doesn't load try the other. Therefore there is no need for
a message to be logged with error level severity, just using info
level instead. Can't be completely silent because user might have
configure one driver and forgot the other one.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/8139cp.c
drivers/net/8139too.c