diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwmon/it87.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c index b78f71110983..d50dc3a763a5 100644 --- a/drivers/hwmon/it87.c +++ b/drivers/hwmon/it87.c | |||
@@ -1791,6 +1791,7 @@ static int __init it87_find(unsigned short *address, | |||
1791 | err = 0; | 1791 | err = 0; |
1792 | sio_data->revision = superio_inb(DEVREV) & 0x0f; | 1792 | sio_data->revision = superio_inb(DEVREV) & 0x0f; |
1793 | pr_info("Found IT%04x%c chip at 0x%x, revision %d\n", chip_type, | 1793 | pr_info("Found IT%04x%c chip at 0x%x, revision %d\n", chip_type, |
1794 | chip_type == 0x8771 || chip_type == 0x8772 || | ||
1794 | chip_type == 0x8603 ? 'E' : 'F', *address, | 1795 | chip_type == 0x8603 ? 'E' : 'F', *address, |
1795 | sio_data->revision); | 1796 | sio_data->revision); |
1796 | 1797 | ||