]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8962: Use DEVICE_ATTR_WO macro
authorYueHaibing <yuehaibing@huawei.com>
Mon, 24 May 2021 11:47:53 +0000 (19:47 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 26 May 2021 11:07:14 +0000 (12:07 +0100)
commitb25b9beeb90651960016dacadc3b86acfda394c6
tree2b7923b8574a1556fb06e4d2fe546b909ceb3153
parentab7bc8db0ebeafa0b696cbe2d18573465b60bc27
ASoC: wm8962: 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>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Message-Id: <20210524114753.39544-1-yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8962.c