* Re: [PATCH 0/9] hwmon: (emc1403) Various enhancements
[not found] <1399921311-9524-1-git-send-email-linux@roeck-us.net>
@ 2014-05-12 21:08 ` Josef Gajdusek
2014-05-13 1:02 ` Guenter Roeck
0 siblings, 1 reply; 2+ messages in thread
From: Josef Gajdusek @ 2014-05-12 21:08 UTC (permalink / raw)
To: Guenter Roeck; +Cc: jdelvare, lm-sensors, linux-kernel
Had to fix wrong variable being printed in show_bit(). After that, everything on the 1412 seems to work fine including alarms.
- return sprintf(buf, "%d\n", !!(retval & sda->index));
+ return sprintf(buf, "%d\n", !!(val & sda->index));
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 0/9] hwmon: (emc1403) Various enhancements
2014-05-12 21:08 ` [PATCH 0/9] hwmon: (emc1403) Various enhancements Josef Gajdusek
@ 2014-05-13 1:02 ` Guenter Roeck
0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2014-05-13 1:02 UTC (permalink / raw)
To: Josef Gajdusek; +Cc: jdelvare, lm-sensors, linux-kernel
On 05/12/2014 02:08 PM, Josef Gajdusek wrote:
> Had to fix wrong variable being printed in show_bit(). After that, everything on the 1412 seems to work fine including alarms.
>
> - return sprintf(buf, "%d\n", !!(retval & sda->index));
> + return sprintf(buf, "%d\n", !!(val & sda->index));
>
>
Hi Josef,
Fixed with v2. Thanks a lot for the feedback!
Guenter
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-13 1:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1399921311-9524-1-git-send-email-linux@roeck-us.net>
2014-05-12 21:08 ` [PATCH 0/9] hwmon: (emc1403) Various enhancements Josef Gajdusek
2014-05-13 1:02 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox