PCI: shpchp: Handle push button event asynchronously
[pandora-kernel.git] / drivers / pci / hotplug / shpchp_ctrl.c
index b00b09b..bba5b3e 100644 (file)
@@ -456,7 +456,7 @@ void shpchp_queue_pushbutton_work(struct work_struct *work)
                kfree(info);
                goto out;
        }
-       queue_work(shpchp_ordered_wq, &info->work);
+       queue_work(shpchp_wq, &info->work);
  out:
        mutex_unlock(&p_slot->lock);
 }