Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hwmon: (lm90) Stop using R_/W_ register prefix
The register write address either matches the read address, or it is the read address plus 6. Simplify the code and resolve the write address programmatically instead of having two defines for each register. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
- Loading branch information