]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (lm90) Simplify read functions
authorGuenter Roeck <linux@roeck-us.net>
Mon, 13 Jun 2016 13:57:37 +0000 (06:57 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 9 Jul 2016 15:35:40 +0000 (08:35 -0700)
commitadde07da93ff9636f141393426b953c6c0195470
tree10c4f17f5ec0da6c78825e186a96a1afc1e39290
parente50db61047ed0f63253b13ca247f90fb7d54c9fa
hwmon: (lm90) Simplify read functions

Return both error code and register value as return code from
read functions, and always check for errors.

This reduces code size on x86_64 by more than 1k while at
the same time improving error resiliency.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm90.c