it87: VIN7 does not depend on bit 2 of reg2C
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
7
it87.c
7
it87.c
@@ -1779,8 +1779,11 @@ static int __init it87_find(unsigned short *address,
|
|||||||
if ((reg27 & (1 << 1)) || (reg2C & (1 << 2)))
|
if ((reg27 & (1 << 1)) || (reg2C & (1 << 2)))
|
||||||
; /* No VIN6 */
|
; /* No VIN6 */
|
||||||
|
|
||||||
/* VIN7 */
|
/*
|
||||||
if ((reg27 & (1 << 2)) || (reg2C & (1 << 2)))
|
* VIN7
|
||||||
|
* Does not depend on bit 2 of Reg2C, contrary to datasheet.
|
||||||
|
*/
|
||||||
|
if (reg27 & (1 << 2))
|
||||||
; /* No VIN7 */
|
; /* No VIN7 */
|
||||||
|
|
||||||
if (reg2C & (1 << 0))
|
if (reg2C & (1 << 0))
|
||||||
|
Reference in New Issue
Block a user