We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c644559 commit 7bf742bCopy full SHA for 7bf742b
drivers/usb/storage/realtek_cr.c
@@ -748,7 +748,7 @@ static void rts51x_modi_suspend_timer(struct rts51x_chip *chip)
748
749
usb_stor_dbg(us, "state:%d\n", rts51x_get_stat(chip));
750
751
- chip->timer_expires = jiffies + msecs_to_jiffies(1000*ss_delay);
+ chip->timer_expires = jiffies + secs_to_jiffies(ss_delay);
752
mod_timer(&chip->rts51x_suspend_timer, chip->timer_expires);
753
}
754
0 commit comments