Skip to content

Commit cc169cf

Browse files
charleskeepaxbroonie
authored andcommitted
spi: cs42l43: Refactor accessing the SDCA extension properties
Refactor accessing the SDCA extension properties to make it easier to access multiple properties to assist with future features. Return the node itself and allow the caller to read the actual properties. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://patch.msgid.link/20240619121703.3411989-1-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 741b31d commit cc169cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/spi/spi-cs42l43.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <linux/array_size.h>
1010
#include <linux/bits.h>
1111
#include <linux/bitfield.h>
12+
#include <linux/cleanup.h>
1213
#include <linux/device.h>
1314
#include <linux/errno.h>
1415
#include <linux/gpio/machine.h>

0 commit comments

Comments
 (0)