]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Simplify code with cleanup.h
authorMark Brown <broonie@kernel.org>
Mon, 8 Jul 2024 15:50:14 +0000 (16:50 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 8 Jul 2024 15:50:14 +0000 (16:50 +0100)
commit0c6c65111ed3b662e179e1ab35a0a6e6b362560a
treeb483d14f919ccc3f3b26d2a73de2b2ca112b0192
parent1cc509edbe23b61e8c245611bd15d88edb635a38
parent522133d4401010d936b0588a5a975c2c965cb88e
ASoC: Simplify code with cleanup.h

Merge series from Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>:

Allocate the memory with scoped/cleanup.h to reduce error handling
(simpler error paths) and make the code a bit smaller.