1. 11 2月, 2017 1 次提交
  2. 03 1月, 2017 1 次提交
  3. 09 9月, 2016 1 次提交
  4. 29 8月, 2016 1 次提交
  5. 12 8月, 2016 1 次提交
    • G
      hwmon: (it87) Features mask must be 32 bit wide · aa8b187e
      Guenter Roeck 提交于
      Coverity reports:
      
      result_independent_of_operands: data->features & (65536UL /* 1UL << 16 */)
      is always 0 regardless of the values of its operands. This occurs as the
      logical operand of if.
      
      data->features needs to be 32 bit wide since there are more than 16 features.
      
      Fixes: cc18da79 ("hwmon: (it87) Support up to 6 temperature sensors ... ");
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      aa8b187e
  6. 19 4月, 2016 25 次提交
  7. 10 8月, 2015 1 次提交
  8. 09 4月, 2015 1 次提交
  9. 05 4月, 2015 6 次提交
  10. 30 3月, 2015 1 次提交
  11. 10 3月, 2015 1 次提交