Changeset 5220

Show
Ignore:
Timestamp:
05/02/08 12:12:30 (5 months ago)
Author:
khali
Message:

There's nothing we can do about read errors on the W83L785TS-S, so
don't ask the user to report them (backported from Linux 2.6).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CHANGES

    r5219 r5220  
    1010  Module i2c-sis5595: Minor cleanups (2.6 backport) 
    1111  Module lm75: Fix an incorrect comment (2.6 backport) 
     12  Module w83l785ts: Don't ask user to report failures (2.6 backport) 
    1213  Program sensors-detect: New device ID for the SMSC SCH5317 
    1314                          Add SMSC SCH5127 detection 
  • lm-sensors/trunk/kernel/chips/w83l785ts.c

    r3152 r5220  
    318318        } 
    319319 
    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"); 
    322321        return defval; 
    323322}