Formatting cleanup

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Guenter Roeck
2015-02-13 12:09:46 -08:00
parent 6200e84c62
commit 9ead151c92

4
it87.c
View File

@@ -1830,8 +1830,8 @@ static int __init it87_find(unsigned short *address,
sio_data->revision = superio_inb(DEVREV) & 0x0f;
pr_info("Found IT%04x%c chip at 0x%x, revision %d\n", chip_type,
chip_type == 0x8771 || chip_type == 0x8772 ||
chip_type == 0x8603 || chip_type == 0x8786 ? 'E' : 'F', *address,
sio_data->revision);
chip_type == 0x8603 || chip_type == 0x8786 ? 'E' : 'F',
*address, sio_data->revision);
/* in8 (Vbat) is always internal */
sio_data->internal = (1 << 2);