mfd: pcf50633: Use DEVICE_ATTR_ADMIN_RO macro
authorZhen Lei <thunder.leizhen@huawei.com>
Wed, 2 Jun 2021 11:43:35 +0000 (19:43 +0800)
committerLee Jones <lee.jones@linaro.org>
Tue, 15 Jun 2021 12:03:21 +0000 (13:03 +0100)
commit426d94a91456e9009296823f023de502d7bc28e4
tree00459f2dfacbdb9665ec404569dab24534b2630f
parenta2cb660b2fefbe5f8b2375bca2da21e67fbf5573
mfd: pcf50633: Use DEVICE_ATTR_ADMIN_RO macro

Use DEVICE_ATTR_ADMIN_RO macro helper instead of plain DEVICE_ATTR, which
makes the code a bit shorter and easier to read.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/pcf50633-core.c