ASoC: fsi: fixup pm_runtime_disable() timing on fsi_probe()
pm_runtime_disable() error handling timing on fsi_probe() was wrong. This patch fixes it up. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
29fdf4fbbe
commit
c35e005f31
@ -1730,12 +1730,12 @@ exit_snd_soc:
|
||||
exit_free_irq:
|
||||
free_irq(irq, master);
|
||||
exit_fsib:
|
||||
pm_runtime_disable(&pdev->dev);
|
||||
fsi_stream_remove(&master->fsib);
|
||||
exit_fsia:
|
||||
fsi_stream_remove(&master->fsia);
|
||||
exit_iounmap:
|
||||
iounmap(master->base);
|
||||
pm_runtime_disable(&pdev->dev);
|
||||
exit_kfree:
|
||||
kfree(master);
|
||||
master = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user