mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 20:30:53 +07:00
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:
commit
5cbb0601bf
@ -68,7 +68,7 @@ static void unmask_imask_irq(unsigned int irq)
|
||||
}
|
||||
|
||||
static struct irq_chip imask_irq_chip = {
|
||||
.typename = "SR.IMASK",
|
||||
.name = "SR.IMASK",
|
||||
.mask = mask_imask_irq,
|
||||
.unmask = unmask_imask_irq,
|
||||
.mask_ack = mask_imask_irq,
|
||||
|
@ -85,7 +85,7 @@ static void mask_and_ack_intc(unsigned int);
|
||||
static void end_intc_irq(unsigned int irq);
|
||||
|
||||
static struct irq_chip intc_irq_type = {
|
||||
.typename = "INTC",
|
||||
.name = "INTC",
|
||||
.startup = startup_intc_irq,
|
||||
.shutdown = shutdown_intc_irq,
|
||||
.enable = enable_intc_irq,
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user