Re: [PATCH v2 1/2] hwmon: adt7411: set sane values for CFG1 and CFG3

2016-07-30 Thread Guenter Roeck
On 07/25/2016 02:12 AM, Michael Walle wrote: According to the datasheet we have to set some bits as 0 and others as 1. Make sure we do this for CFG1 and CFG3. Signed-off-by: Michael Walle Applied. Thanks, Guenter

[PATCH v2 1/2] hwmon: adt7411: set sane values for CFG1 and CFG3

2016-07-25 Thread Michael Walle
According to the datasheet we have to set some bits as 0 and others as 1. Make sure we do this for CFG1 and CFG3. Signed-off-by: Michael Walle --- changes v2: - remove unnecessary locking in adt7411_init_device() drivers/hwmon/adt7411.c | 48 1