i2c: rzv2m: Replace lowercase macros with static inline functions
authorBiju Das <biju.das.jz@bp.renesas.com>
Fri, 26 May 2023 13:57:37 +0000 (14:57 +0100)
committerWolfram Sang <wsa@kernel.org>
Mon, 5 Jun 2023 10:03:35 +0000 (12:03 +0200)
commit252f211bd0328c6a3d7d30eaf4d59a8363f3d578
tree6dc16a11e24288240a9b797aa3fb9f707c974308
parent3c4b88de7e2f61a8c742c7cf0ae59e83cf1e6b35
i2c: rzv2m: Replace lowercase macros with static inline functions

Convert macros bit_setl and bit_clrl with static inline functions
as normally we'd put macro names in all uppercase.

Reported-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-rzv2m.c