Revert "Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()"
This reverts commit c089f78ebf
.
This commit is contained in:
parent
d422a0435b
commit
6b7c4cd735
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,7 @@ static int btmrvl_sdio_probe_of(struct device *dev,
|
|||
} else {
|
||||
ret = devm_request_irq(dev, cfg->irq_bt,
|
||||
btmrvl_wake_irq_bt,
|
||||
IRQF_NO_AUTOEN, "bt_wake", card);
|
||||
0, "bt_wake", card);
|
||||
if (ret) {
|
||||
dev_err(dev,
|
||||
"Failed to request irq_bt %d (%d)\n",
|
||||
|
@ -114,6 +114,7 @@ static int btmrvl_sdio_probe_of(struct device *dev,
|
|||
|
||||
/* Configure wakeup (enabled by default) */
|
||||
device_init_wakeup(dev, true);
|
||||
disable_irq(cfg->irq_bt);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue