Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hwmon: (w83773g) Fix fault detection and reporting | Guenter Roeck | 2018-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Smatch reports: drivers/hwmon/w83773g.c:105 get_fault() warn: shift has higher precedence than mask Code analysis shows that the code is indeed wrong. Fix it, and while we are at it, drop unnecessary typecast. Fixes: 86a10c802362 ("hwmon: Add W83773G driver") Cc: Lei YU <mine260309@gmail.com> Reviewed-by: Lei YU <mine260309@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> | ||||
* | hwmon: Add W83773G driver | Lei YU | 2018-01-03 | 1 | -0/+329 |
Nuvoton W83773G is a hardware monitor IC providing one local temperature and two remote temperature sensors. Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> |