Cosmetic change to SMBus code

This commit is contained in:
RichardG867
2020-12-04 01:11:30 -03:00
parent a575fe908e
commit 7412942b40

View File

@@ -241,7 +241,7 @@ smbus_piix4_write(uint16_t addr, uint8_t val, void *priv)
/* command write */
i2c_write(i2c_smbus, smbus_addr, dev->cmd);
timer_bytes += 1;
timer_bytes++;
/* fall-through */