]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: lantiq-ssc: switch to managed controller allocation
authorJohan Hovold <johan@kernel.org>
Wed, 29 Apr 2026 09:13:28 +0000 (11:13 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 4 May 2026 13:09:29 +0000 (22:09 +0900)
commit8cecd707d5358b88bcd0ae49f2f38e143d6bf7da
tree726220ad129777fe59b2c5bcb64f6f2ea32e71eb
parent8015cac85a698d471f100ca8602c27448bee146b
spi: lantiq-ssc: 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-15-johan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-lantiq-ssc.c