Re: [PATCH] i2c: i801: Don't read back cleared status in i801_check_pre()
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-12-09 14:51:36
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-12-09 14:51:36
On Thu, Dec 02, 2021 at 10:53:05AM +0100, Heiner Kallweit wrote:
I see no need to read back the registers to verify that the bits have actually been cleared. I can't imagine any scenario where the bits would remain set after a write to them. Whilst at it, change involved syslog messages to use pci_dbg() et al. to simplify them. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Applied to for-next, thanks!