Changeset 5374 for lm-sensors/trunk/kernel/chips/lm85.c
- Timestamp:
- 10/22/08 22:13:11 (4 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm85.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm85.c
r5053 r5374 771 771 && (verstep & LM85_VERSTEP_VMASK) == LM85_VERSTEP_GENERIC) { 772 772 printk("lm85: Detected National Semiconductor chip\n"); 773 printk("lm85: Unrec gonized version/stepping 0x%02x"773 printk("lm85: Unrecognized version/stepping 0x%02x" 774 774 " Defaulting to Generic LM85.\n", verstep ); 775 775 kind = any_chip ; … … 784 784 && (verstep & LM85_VERSTEP_VMASK) == LM85_VERSTEP_GENERIC) { 785 785 printk("lm85: Detected Analog Devices chip\n"); 786 printk("lm85: Unrec gonized version/stepping 0x%02x"786 printk("lm85: Unrecognized version/stepping 0x%02x" 787 787 " Defaulting to Generic LM85.\n", verstep ); 788 788 kind = any_chip ;
