From: Jean Delvare Date: Thu, 28 Oct 2010 18:31:47 +0000 (+0200) Subject: hwmon: (w83795) Get rid of VRLSB_SHIFT X-Git-Tag: v2.6.37-rc1~59^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a654b9d4e7152b06557e2f22bcf0a245bc88bc98;p=pandora-kernel.git hwmon: (w83795) Get rid of VRLSB_SHIFT VRLSB_SHIFT is a non-sense, the actual shift depends on the sensor type (fans need 4, other sensors need 6). Get rid of it to prevent any confusion. Also get rid of the useless masking, the meaningful bits are always the MSb so there's nothing to mask out after shifting. Signed-off-by: Jean Delvare --- Reading git-diff-tree failed