The delays are stored in ms units and when the polling function is
called this delay is converted into jiffies at each call.
Instead of doing the conversion again and again, compute the jiffies
at init time and use the value directly when setting the polling.
Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
---