]> git.baikalelectronics.ru Git - kernel.git/commit
ASOC: Fix the error handling code of the probe
authorMark Brown <broonie@kernel.org>
Thu, 12 May 2022 10:06:30 +0000 (11:06 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 12 May 2022 10:06:30 +0000 (11:06 +0100)
commitd6ffa4ba6397a302394c05610c7b2ce3860aa7b5
tree3702c6d39b44e9098ecbf509f566c9ef85f1f0b0
parentc8691cb2f8a7748987087d6a84298d1eb75fce10
parent0eb0686482ccbdd0a01e7e3ceb779da971bf7d6a
ASOC: Fix the error handling code of the probe

Merge series from Zheyu Ma <zheyuma97@gmail.com>:

These drivers mishandle the regulator resource in the probe function,
failing to disable the regulator for probing failure.