]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/hwmon/f75375s.c
hwmon: (f75375s) Catch some attempts to write to r/o registers
authorNikolaus Schulz <mail@microschulz.de>
Tue, 28 Feb 2012 21:15:54 +0000 (16:15 -0500)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Fri, 2 Mar 2012 20:02:23 +0000 (12:02 -0800)
commit15d1ad0cc9d2d3f549afddbcdbc9c3637f0d1331
treeba695785e271b487c591b86c518f32449258497a
parentb17d6561acc16265b65b1e0d27b649829b61a7e3
hwmon: (f75375s) Catch some attempts to write to r/o registers

It makes no sense to attempt to manually configure the fan in auto mode,
or set the duty cycle directly in closed loop mode.  The corresponding
registers are then read-only.  If the user tries it nonetheless, error out
with EINVAL instead of silently doing nothing.

Signed-off-by: Nikolaus Schulz <mail@microschulz.de>
[guenter.roeck@ericsson.com: Minor formatting cleanup]
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/f75375s.c