aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/it87.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/chips/it87.c')
-rw-r--r--drivers/i2c/chips/it87.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/chips/it87.c b/drivers/i2c/chips/it87.c
index 471eb4295a1d..16dbfd8dac1b 100644
--- a/drivers/i2c/chips/it87.c
+++ b/drivers/i2c/chips/it87.c
@@ -953,7 +953,7 @@ static int it87_detach_client(struct i2c_client *client)
953 return 0; 953 return 0;
954} 954}
955 955
956/* The SMBus locks itself, but ISA access must be locked explicitely! 956/* The SMBus locks itself, but ISA access must be locked explicitly!
957 We don't want to lock the whole ISA bus, so we lock each client 957 We don't want to lock the whole ISA bus, so we lock each client
958 separately. 958 separately.
959 We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks, 959 We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks,
@@ -973,7 +973,7 @@ static int it87_read_value(struct i2c_client *client, u8 reg)
973 return i2c_smbus_read_byte_data(client, reg); 973 return i2c_smbus_read_byte_data(client, reg);
974} 974}
975 975
976/* The SMBus locks itself, but ISA access muse be locked explicitely! 976/* The SMBus locks itself, but ISA access muse be locked explicitly!
977 We don't want to lock the whole ISA bus, so we lock each client 977 We don't want to lock the whole ISA bus, so we lock each client
978 separately. 978 separately.
979 We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks, 979 We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks,