1. 26 Apr, 2012 1 commit
  2. 23 Apr, 2012 1 commit
    • Guenter Roeck's avatar
      hwmon: (ad7314) Fix build warning · eae1415d
      Guenter Roeck authored
      The following build warning is seen in some configurations.
      
      drivers/hwmon/ad7314.c: In function 'ad7314_show_temperature':
      drivers/hwmon/ad7314.c:70: warning: 'data' may be used uninitialized in this function
      
      Fix by overloading the return value from ad7314_spi_read with both data and
      error code (the returned data is really u16 and needs to be converted into a
      signed value anyway).
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Cc: Jonathan Cameron <jic23@cam.ac.uk>
      Acked-by: default avatarJean Delvare <khali@linux-fr.org>
      eae1415d
  3. 21 Apr, 2012 23 commits
  4. 20 Apr, 2012 14 commits
  5. 19 Apr, 2012 1 commit