]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: cs42l52: use DEVICE_ATTR_WO macro
authorYueHaibing <yuehaibing@huawei.com>
Mon, 24 May 2021 11:42:39 +0000 (19:42 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 26 May 2021 11:07:16 +0000 (12:07 +0100)
commit74e24378323f3b25a3bc3f96d7138f35fc1609ab
treeed5734cafd14aaf5cec06557c8edc285d9235026
parent1257a3d0edfe3a045f1c0e023a360bffe57f194e
ASoC: cs42l52: use DEVICE_ATTR_WO macro

Use DEVICE_ATTR_WO() helper instead of plain DEVICE_ATTR(),
which makes the code a bit shorter and easier to read.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Message-Id: <20210524114239.7960-1-yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l52.c