commit | 96f3640894012be7dd15a384566bfdc18297bc6c | [log] [tgz] |
---|---|---|
author | Guillem Jover <guillem@hadrons.org> | Fri Sep 17 17:24:11 2010 +0200 |
committer | Jean Delvare <khali@linux-fr.org> | Fri Sep 17 17:24:11 2010 +0200 |
tree | a39f2474004a25dd46b3add0aeb3a1f0429045a3 | |
parent | 9e012c1acc1fd617a708c00ff1fdaa847f9faf67 [diff] |
hwmon: (f75375s) Shift control mode to the correct bit position The spec notes that fan0 and fan1 control mode bits are located in bits 7-6 and 5-4 respectively, but the FAN_CTRL_MODE macro was making the bits shift by 5 instead of by 4. Signed-off-by: Guillem Jover <guillem@hadrons.org> Cc: Riku Voipio <riku.voipio@iki.fi> Cc: stable@kernel.org Signed-off-by: Jean Delvare <khali@linux-fr.org>