uio: pm_runtime_disable is needed if failed
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
156171c71a
commit
68fb2e499b
|
@ -178,6 +178,7 @@ static int uio_pdrv_genirq_probe(struct platform_device *pdev)
|
||||||
return 0;
|
return 0;
|
||||||
bad1:
|
bad1:
|
||||||
kfree(priv);
|
kfree(priv);
|
||||||
|
pm_runtime_disable(&pdev->dev);
|
||||||
bad0:
|
bad0:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue