]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource/imx-tpm: Correct -ETIME return condition check
authorAnson Huang <Anson.Huang@nxp.com>
Thu, 19 Apr 2018 06:04:43 +0000 (14:04 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 19 Apr 2018 11:21:35 +0000 (13:21 +0200)
commit41a964b4915327a8accc069e7cd4b08c42d1729c
tree631c026b6f598d5654cd6a924eb7c03daf1501d6
parent6f5be7548fde56da15fcbff631d2cd465a51ce52
clocksource/imx-tpm: Correct -ETIME return condition check

The additional brakects added to tpm_set_next_event's return value
computation causes (int) forced type conversion NOT taking effect, and the
incorrect value return will cause various system timer issue, like RCU
stall etc..

Remove the additional brackets to make sure tpm_set_next_event always
returns correct value.

Fixes: 34a12579f25b ("clocksource/drivers/imx-tpm: Add imx tpm timer support")
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Dong Aisheng <Aisheng.dong@nxp.com>
Cc: stable@vger.kernel.org
Cc: daniel.lezcano@linaro.org
Cc: Linux-imx@nxp.com
Link: https://lkml.kernel.org/r/1524117883-2484-1-git-send-email-Anson.Huang@nxp.com
drivers/clocksource/timer-imx-tpm.c