drivers/net/8139cp.c  |    5 ++---
 drivers/net/8139too.c |    5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

New commits:
commit 2a2e986e219c92ba96374379d7674c467da8fe4d
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Oct 21 18:04:27 2008 -0700

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>

http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=2a2e986e219c92ba96374379d7674c467da8fe4d
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to