mfd: arizona-i2c: Simplify obtaining I2C match data
authorBiju Das <biju.das.jz@bp.renesas.com>
Sat, 23 Sep 2023 17:49:25 +0000 (18:49 +0100)
committerLee Jones <lee@kernel.org>
Wed, 1 Nov 2023 10:02:12 +0000 (10:02 +0000)
commit7ec9f1f31d8b41a0725777e220d2eb6e9d0dbc83
treead3f0a57353f36ae48e6f2a1c5624841c32acac1
parent69c3f9154553c22066108427eb24d94f1645551b
mfd: arizona-i2c: Simplify obtaining I2C match data

Simplify probe() by replacing device_get_match_data() and ID lookup for
retrieving match data by i2c_get_match_data(). After this drop
intializing the variable type.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Tested-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230923174928.56824-2-biju.das.jz@bp.renesas.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/arizona-i2c.c