mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
i2c: i801: Remove not needed debug message
If a user is interested in such details he can enable smbus tracing. Reviewed-by: Jean Delvare <jdelvare@suse.de> Tested-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
This commit is contained in:
parent
1a987c69ce
commit
60aea76d85
@ -559,10 +559,6 @@ static void i801_isr_byte_done(struct i801_priv *priv)
|
||||
priv->len);
|
||||
/* FIXME: Recover */
|
||||
priv->len = I2C_SMBUS_BLOCK_MAX;
|
||||
} else {
|
||||
dev_dbg(&priv->pci_dev->dev,
|
||||
"SMBus block read size is %d\n",
|
||||
priv->len);
|
||||
}
|
||||
priv->data[-1] = priv->len;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user