lkml.org 
[lkml]   [2014]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 0/9] hwmon: (emc1403) Various enhancements
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




\
 
 \ /
  Last update: 2014-05-13 03:41    [W:0.229 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site