Skip to content

Commit

Permalink
Remove bogus irq_set_irq_wake from bluetooth settings
Browse files Browse the repository at this point in the history
  • Loading branch information
polesapart committed Oct 20, 2014
1 parent dd06fbb commit 8ca212e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/misc/bcm4329_rfkill.c
Expand Up @@ -113,10 +113,6 @@ static void set_wake_locked(int wake)
wake_unlock(&bt_lpm.wake_lock);

gpio_set_value(bcm4329_rfkill->gpio_wake, wake);
if (!wake)
irq_set_irq_wake(gpio_to_irq(bcm4329_rfkill->gpio_wake), 0);
else
irq_set_irq_wake(gpio_to_irq(bcm4329_rfkill->gpio_wake), 1);
}

static enum hrtimer_restart enter_lpm(struct hrtimer *timer)
Expand Down

0 comments on commit 8ca212e

Please sign in to comment.