Changeset 5370 for lm-sensors/trunk/kernel/chips/lm90.c
- Timestamp:
- 10/22/08 17:29:13 (4 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm90.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm90.c
r5369 r5370 443 443 444 444 if (kind <= 0) { /* identification failed */ 445 printk(KERN_ INFO"lm90: Unsupported chip\n");445 printk(KERN_DEBUG "lm90: Unsupported chip\n"); 446 446 goto exit_free; 447 447 }
