mbox series

[v2,0/2] ASoC: Fix error handling in arizona

Message ID 20201112124140.1730493-1-zhangqilong3@huawei.com (mailing list archive)
Headers show
Series ASoC: Fix error handling in arizona | expand

Message

Zhang Qilong Nov. 12, 2020, 12:41 p.m. UTC
The first patch fixed a wrong free in wm8997_probe. The
other fixed PM disable depth imbalance on error handling.

Change Log v2:
- add collected review and ack.

Zhang Qilong (2):
  ASoC: arizona: Fix a wrong free in wm8997_probe
  ASoC: arizona: Fix PM disable depth imbalance on error

 sound/soc/codecs/wm8997.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Comments

Mark Brown Nov. 12, 2020, 1:06 p.m. UTC | #1
On Thu, Nov 12, 2020 at 08:41:38PM +0800, Zhang Qilong wrote:
> The first patch fixed a wrong free in wm8997_probe. The
> other fixed PM disable depth imbalance on error handling.
> 
> Change Log v2:
> - add collected review and ack.

Please don't resend for this, it just adds to the noise and makes things
more work to manage.