iio: Remove single use of macro definition for regmap name
authorWaqar Hameed <waqar.hameed@axis.com>
Tue, 27 May 2025 14:45:42 +0000 (16:45 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 9 Jun 2025 06:45:36 +0000 (07:45 +0100)
commit851b85447c7edc3d94bf530f1744066ad5247fc0
treec099da77feaaad6fc82129bdeebbe2b70ee89c26
parenta8c1039c0620de36d55bdc86447d1597c1d03c5c
iio: Remove single use of macro definition for regmap name

There is really no reason for having the `regmap` name as a macro
definition if it is only used once directly in `struct regmap_config`.
It is also more readable this way. Remove these macro definitions and
instead use the string literal directly.

Signed-off-by: Waqar Hameed <waqar.hameed@axis.com>
Link: https://patch.msgid.link/3a8572de8316c7d2746c2ccea8c478f594221319.1748356671.git.waqar.hameed@axis.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
14 files changed:
drivers/iio/accel/mxc4005.c
drivers/iio/accel/mxc6255.c
drivers/iio/chemical/atlas-sensor.c
drivers/iio/health/max30100.c
drivers/iio/health/max30102.c
drivers/iio/light/adux1020.c
drivers/iio/light/apds9160.c
drivers/iio/light/apds9960.c
drivers/iio/light/jsa1212.c
drivers/iio/light/ltr501.c
drivers/iio/light/rpr0521.c
drivers/iio/light/stk3310.c
drivers/iio/light/vcnl4035.c
drivers/iio/magnetometer/mmc35240.c