]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: coldfire-qspi: switch to managed controller allocation
authorJohan Hovold <johan@kernel.org>
Wed, 29 Apr 2026 09:13:22 +0000 (11:13 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 4 May 2026 13:09:23 +0000 (22:09 +0900)
commit079c7a626c7d2a7f3841ce1195e4da09b8ca365b
tree73cc97b51edf5d8435120f4e311fd8fe0ba7742a
parentfcca78c086383c8b22aa1e529963eebab46d3f0c
spi: coldfire-qspi: switch to managed controller allocation

Switch to device managed controller allocation to simplify error
handling and to avoid having to take another reference during
deregistration.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20260429091333.165363-9-johan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-coldfire-qspi.c