commit | 0e6956cc7d5c3f050544a268746d79e342d8a40d | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Fri Jul 02 18:00:13 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 14 16:47:57 2021 -0400 |
tree | 5d7d2e1b3b270dfc71cc857d75a3b198be6d7dad | |
parent | 1e0b4c07bf3b437471563f9921812bc38f2563d5 [diff] |
timer: nomadik-mtu: Use dev_read_addr_ptr() Simplify the code a bit by using dev_read_addr_ptr() instead of dev_read_addr(). This avoids having to cast explicitly to the struct nomadik_mtu_regs. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>