File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ static void mips_ejtag_fdc_tty_timer(unsigned long opaque)
689
689
690
690
mips_ejtag_fdc_handle (priv );
691
691
if (!priv -> removing )
692
- mod_timer_pinned (& priv -> poll_timer , jiffies + FDC_TTY_POLL );
692
+ mod_timer (& priv -> poll_timer , jiffies + FDC_TTY_POLL );
693
693
}
694
694
695
695
/* TTY Port operations */
@@ -1002,7 +1002,7 @@ static int mips_ejtag_fdc_tty_probe(struct mips_cdmm_device *dev)
1002
1002
raw_spin_unlock_irq (& priv -> lock );
1003
1003
} else {
1004
1004
/* If we didn't get an usable IRQ, poll instead */
1005
- setup_timer (& priv -> poll_timer , mips_ejtag_fdc_tty_timer ,
1005
+ setup_pinned_timer (& priv -> poll_timer , mips_ejtag_fdc_tty_timer ,
1006
1006
(unsigned long )priv );
1007
1007
priv -> poll_timer .expires = jiffies + FDC_TTY_POLL ;
1008
1008
/*
You can’t perform that action at this time.
0 commit comments