Try to deactivate a timer
int hrtimer_try_to_cancel(struct hrtimer * timer);
timer
hrtimer to stop
0 when the timer was not active 1 when the timer was active -1 when the timer is currently excuting the callback function and cannot be stopped