[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y+5lptaM0cnj+WBi@lunn.ch>
Date: Thu, 16 Feb 2023 18:19:34 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Matthias Schiffer <matthias.schiffer@...tq-group.com>
Cc: Lee Jones <lee@...nel.org>, linux-kernel@...r.kernel.org,
linux@...tq-group.com
Subject: Re: [PATCH 1/3] mfd: tqmx86: do not access I2C_DETECT register
through io_base
> - i2c_det = ioread8(io_base + TQMX86_REG_I2C_DETECT);
> + i2c_det = inb(TQMX86_REG_I2C_DETECT);
I think it would be good to add a comment, since it now looks out of
place compared to all the other ioread8().
Andrew
Powered by blists - more mailing lists