i2c: rcar: optimize cacheline to minimize HW race condition
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 23 Dec 2020 17:21:52 +0000 (18:21 +0100)
committerWolfram Sang <wsa@kernel.org>
Tue, 5 Jan 2021 15:29:19 +0000 (16:29 +0100)
commit25c2e0fb5fefb8d7847214cf114d94c7aad8e9ce
tree842b413e8690876a297ad094517df4cc934552e9
parentc7b514ec979e23a08c411f3d8ed39c7922751422
i2c: rcar: optimize cacheline to minimize HW race condition

'flags' and 'io' are needed first, so they should be at the beginning of
the private struct.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-rcar.c