mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
i2c: i801: Drop useless debug message
Don't log the host status register value in i801_isr(), it has very little value and fills up the log when debugging is enabled. Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
aeb8a3d16a
commit
550d0407a8
1 changed files with 0 additions and 3 deletions
|
@ -505,9 +505,6 @@ static irqreturn_t i801_isr(int irq, void *dev_id)
|
||||||
return IRQ_NONE;
|
return IRQ_NONE;
|
||||||
|
|
||||||
status = inb_p(SMBHSTSTS(priv));
|
status = inb_p(SMBHSTSTS(priv));
|
||||||
if (status != 0x42)
|
|
||||||
dev_dbg(&priv->pci_dev->dev, "irq: status = %02x\n", status);
|
|
||||||
|
|
||||||
if (status & SMBHSTSTS_BYTE_DONE)
|
if (status & SMBHSTSTS_BYTE_DONE)
|
||||||
i801_isr_byte_done(priv);
|
i801_isr_byte_done(priv);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue