commit | 7b537f290a9a9039d10d8f6da45e21018cc18cb2 | [log] [tgz] |
---|---|---|
author | Zhen Lei <thunder.leizhen@huawei.com> | Thu Jun 03 09:12:49 2021 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Wed Aug 04 14:43:50 2021 +0200 |
tree | 08409eb0a2a728f0ccf2525bced8ba3fbf43b4c3 | |
parent | 1536fbdbcb7f6bf0442c5158fbda9c73cf706f74 [diff] |
media: mc-device.c: use DEVICE_ATTR_RO() helper macro Use DEVICE_ATTR_RO() helper macro instead of DEVICE_ATTR(), which is simpler and more readable. Due to the name of the read function of the sysfs attribute is normalized, there is a natural association. Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>