Changeset 5220
- Timestamp:
- 05/02/08 12:12:30 (5 months ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/kernel/chips/w83l785ts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r5219 r5220 10 10 Module i2c-sis5595: Minor cleanups (2.6 backport) 11 11 Module lm75: Fix an incorrect comment (2.6 backport) 12 Module w83l785ts: Don't ask user to report failures (2.6 backport) 12 13 Program sensors-detect: New device ID for the SMSC SCH5317 13 14 Add SMSC SCH5127 detection lm-sensors/trunk/kernel/chips/w83l785ts.c
r3152 r5220 318 318 } 319 319 320 printk(KERN_ERR "w83l785ts.o: Couldn't read value from register. " 321 "Please report.\n"); 320 printk(KERN_ERR "w83l785ts.o: Couldn't read value from register.\n"); 322 321 return defval; 323 322 }
