Skip to content
Commit 22ece4e3 authored by Daniel Lezcano's avatar Daniel Lezcano
Browse files

clocksource/drivers/timer-of: Fix invalid iomap check



A typo in the code checks the return value of iomap against !NULL
and, thus, fails everytime the mapping succeed.

Fix this by inverting the condition in the check.

Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 9902747e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment