Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
* 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: sh: Fixup last users of irq_chip->typename uio: pm_runtime_disable is needed if failed
This commit is contained in:
@ -178,6 +178,7 @@ static int uio_pdrv_genirq_probe(struct platform_device *pdev)
|
||||
return 0;
|
||||
bad1:
|
||||
kfree(priv);
|
||||
pm_runtime_disable(&pdev->dev);
|
||||
bad0:
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user