commit | e56385ab01961741ca8c507f77fefb24e900e1a4 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Fri Aug 24 21:23:04 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Sep 15 03:19:07 2018 +0200 |
tree | 01d72ae0247a3dc8c3ba6ee4a81d576d55cf6b7e | |
parent | 8a03d9eaea84d764e64345f5207a5f5e993ccfef [diff] |
sh: tmu: Inline tmu_timer_{start,stop}() These functions are always called for timer = 0, so drop the timer check. Since these functions are called from one place only and they are reduced to one line of code, just inline them. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>