]> www.infradead.org Git - linux.git/commit
pinctrl: aw9523: add missing mutex_destroy
authorRosen Penev <rosenp@gmail.com>
Tue, 1 Oct 2024 21:27:22 +0000 (14:27 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 2 Oct 2024 13:48:38 +0000 (15:48 +0200)
commit393c554093c0c4cbc8e2f178d36df169016384da
tree7325fd75a495f07b449d94d162155559e3f2064c
parentb0f0e3f0552a566def55c844b0d44250c58e4df6
pinctrl: aw9523: add missing mutex_destroy

Otherwise the mutex remains after a failed kzalloc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://lore.kernel.org/20241001212724.309320-1-rosenp@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-aw9523.c