commit | 22ece4e3df6335e691207de1198a609e761b8640 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 20 07:51:11 2017 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Mon Jun 26 18:32:04 2017 +0200 |
tree | f5fd74578f3ab5f4b573d37e4fe1474d1acbc4f6 | |
parent | 9902747ec57d11b27c98e53d66112ecceed43c82 [diff] |
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: Daniel Lezcano <daniel.lezcano@linaro.org>