leds: sc27xx: Move mutex_init() down
authorChunyan Zhang <chunyan.zhang@unisoc.com>
Fri, 13 Oct 2023 02:20:10 +0000 (10:20 +0800)
committerLee Jones <lee@kernel.org>
Wed, 1 Nov 2023 11:29:15 +0000 (11:29 +0000)
commit50be9e029b3ac72848685d7a74d1bd32b36309bf
tree7b4abeae569530ffb5b7013cd127dc6f1e184dd1
parent259e33cbb1712a7dd844fc9757661cc47cb0e39b
leds: sc27xx: Move mutex_init() down

Move the mutex_init() to avoid redundant mutex_destroy() calls after
that for each time the probe fails.

Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Link: https://lore.kernel.org/r/20231013022010.854367-1-chunyan.zhang@unisoc.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-sc27xx-bltc.c