• L
    pnpacpi: print resource shortage message only once · 66a21736
    Len Brown 提交于
    pnpacpi: exceeded the max number of IO resources: 40
    
    While this message is a real error and should thus
    remain KERN_ERR (even a new dmesg line is seen as a regression
    by some, since it was not printed in 2.6.23...) it is certainly
    impolite to print this warning 50 times should you happen to
    have the oddball system with 90 io resources under a device...
    
    So print the warning just once.
    
    In 2.6.25 we'll get rid of the limits altogether
    and these warnings will vanish with them.
    
    http://bugzilla.kernel.org/show_bug.cgi?id=9535Signed-off-by: NLen Brown <len.brown@intel.com>
    66a21736
rsparser.c 26.0 KB