mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-05-07 21:53:29 +00:00
As the comment says the initial value of last_waited is never used, so there is no need to initialise it with the current jiffies. Jiffies is hot enough without accessing it for no reason. Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>