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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 741b31d commit cc169cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)