Revert "mailbox: bcm2835: Fix timeout during suspend mode"
This reverts commit f1a04d306b
.
This commit is contained in:
parent
ae928b45d6
commit
b02aa77288
1 changed files with 1 additions and 2 deletions
|
@ -146,8 +146,7 @@ static int bcm2835_mbox_probe(struct platform_device *pdev)
|
|||
spin_lock_init(&mbox->lock);
|
||||
|
||||
ret = devm_request_irq(dev, irq_of_parse_and_map(dev->of_node, 0),
|
||||
bcm2835_mbox_irq, IRQF_NO_SUSPEND, dev_name(dev),
|
||||
mbox);
|
||||
bcm2835_mbox_irq, 0, dev_name(dev), mbox);
|
||||
if (ret) {
|
||||
dev_err(dev, "Failed to register a mailbox IRQ handler: %d\n",
|
||||
ret);
|
||||
|
|
Loading…
Reference in a new issue