Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'hwmon-for-linus-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

Pull hwmon fix from Guenter Roeck:
"Fix temp1_max_alarm attribute in lm90 driver"

* tag 'hwmon-for-linus-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
hwmon: (lm90) fix temp1_max_alarm attribute

+1 -1
+1 -1
drivers/hwmon/lm90.c
··· 1036 1036 }; 1037 1037 1038 1038 static const u8 lm90_min_alarm_bits[3] = { 5, 3, 11 }; 1039 - static const u8 lm90_max_alarm_bits[3] = { 0, 4, 12 }; 1039 + static const u8 lm90_max_alarm_bits[3] = { 6, 4, 12 }; 1040 1040 static const u8 lm90_crit_alarm_bits[3] = { 0, 1, 9 }; 1041 1041 static const u8 lm90_emergency_alarm_bits[3] = { 15, 13, 14 }; 1042 1042 static const u8 lm90_fault_bits[3] = { 0, 2, 10 };