Changeset 5374
- Timestamp:
- 10/22/08 22:13:11 (3 years ago)
- Location:
- lm-sensors/trunk/kernel/chips
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/adm1026.c
r5054 r5374 667 667 } else if( company == ADM1026_COMPANY_ANALOG_DEV 668 668 && (verstep & 0xf0) == ADM1026_VERSTEP_GENERIC ) { 669 printk("adm1026: Unrec gonized stepping 0x%02x"669 printk("adm1026: Unrecognized stepping 0x%02x" 670 670 " Defaulting to ADM1026.\n", verstep ); 671 671 kind = adm1026 ; -
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 ;
