|
@@ -56,7 +56,7 @@ static irqreturn_t gpio_irq_handler(int irq, void *dev_id)
|
|
{
|
|
{
|
|
struct gpio_extcon_data *extcon_data = dev_id;
|
|
struct gpio_extcon_data *extcon_data = dev_id;
|
|
|
|
|
|
- schedule_delayed_work(&extcon_data->work,
|
|
|
|
|
|
+ queue_delayed_work(system_power_efficient_wq, &extcon_data->work,
|
|
extcon_data->debounce_jiffies);
|
|
extcon_data->debounce_jiffies);
|
|
return IRQ_HANDLED;
|
|
return IRQ_HANDLED;
|
|
}
|
|
}
|