Skip to content

Commit

Permalink
btmrvl: use dt's irqflags for wakeup pin
Browse files Browse the repository at this point in the history
Use irqflags parsed from dt.

Signed-off-by: Jeffy Chen <[email protected]>
Reviewed-by: Brian Norris <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
  • Loading branch information
JeffyCN authored and holtmann committed Feb 16, 2017
1 parent fd1a88d commit ffb955d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/bluetooth/btmrvl_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ static int btmrvl_sdio_probe_of(struct device *dev,
} else {
ret = devm_request_irq(dev, cfg->irq_bt,
btmrvl_wake_irq_bt,
IRQF_TRIGGER_LOW,
"bt_wake", cfg);
0, "bt_wake", cfg);
if (ret) {
dev_err(dev,
"Failed to request irq_bt %d (%d)\n",
Expand Down

0 comments on commit ffb955d

Please sign in to comment.