hwmon/lm90: Spelling fix: explicitly
Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
committed by
Mark M. Hoffman
parent
6ea884dbc6
commit
0966415d72
@@ -141,7 +141,7 @@ SMBus Read Byte, and PEC will work properly.
|
|||||||
Additionally, the ADM1032 doesn't support SMBus Send Byte with PEC.
|
Additionally, the ADM1032 doesn't support SMBus Send Byte with PEC.
|
||||||
Instead, it will try to write the PEC value to the register (because the
|
Instead, it will try to write the PEC value to the register (because the
|
||||||
SMBus Send Byte transaction with PEC is similar to a Write Byte transaction
|
SMBus Send Byte transaction with PEC is similar to a Write Byte transaction
|
||||||
without PEC), which is not what we want. Thus, PEC is explicitely disabled
|
without PEC), which is not what we want. Thus, PEC is explicitly disabled
|
||||||
on SMBus Send Byte transactions in the lm90 driver.
|
on SMBus Send Byte transactions in the lm90 driver.
|
||||||
|
|
||||||
PEC on byte data transactions represents a significant increase in bandwidth
|
PEC on byte data transactions represents a significant increase in bandwidth
|
||||||
|
@@ -429,7 +429,7 @@ static DEVICE_ATTR(pec, S_IWUSR | S_IRUGO, show_pec, set_pec);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* The ADM1032 supports PEC but not on write byte transactions, so we need
|
/* The ADM1032 supports PEC but not on write byte transactions, so we need
|
||||||
to explicitely ask for a transaction without PEC. */
|
to explicitly ask for a transaction without PEC. */
|
||||||
static inline s32 adm1032_write_byte(struct i2c_client *client, u8 value)
|
static inline s32 adm1032_write_byte(struct i2c_client *client, u8 value)
|
||||||
{
|
{
|
||||||
return i2c_smbus_xfer(client->adapter, client->addr,
|
return i2c_smbus_xfer(client->adapter, client->addr,
|
||||||
|
Reference in New Issue
Block a user