Show
Ignore:
Timestamp:
10/22/08 17:29:13 (4 years ago)
Author:
khali
Message:

Degrade the "Unsupported chip" message from info to debug level.
There's nothing wrong with this, so no need to bother the user.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/lm90.c

    r5369 r5370  
    443443 
    444444        if (kind <= 0) { /* identification failed */ 
    445                 printk(KERN_INFO "lm90: Unsupported chip\n"); 
     445                printk(KERN_DEBUG "lm90: Unsupported chip\n"); 
    446446                goto exit_free; 
    447447        }