mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-24 15:46:11 +00:00
simcard: delay for msecs_to_jiffies instead of jiffies_to_msecs for more responsive insertion event
This commit is contained in:
@@ -134,7 +134,7 @@ static void sim_work_function(struct work_struct *work)
|
||||
|
||||
static irqreturn_t mx51_efikamx_sim_handler(int irq, void *dev_id)
|
||||
{
|
||||
schedule_delayed_work(&sim_work, jiffies_to_msecs(250));
|
||||
schedule_delayed_work(&sim_work, msecs_to_jiffies(1000));
|
||||
|
||||
return IRQ_HANDLED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user