]> git.baikalelectronics.ru Git - kernel.git/commit
pwm: tegra: Use NSEC_PER_SEC
authorThierry Reding <thierry.reding@gmail.com>
Wed, 18 Feb 2015 07:40:29 +0000 (08:40 +0100)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 18 Feb 2015 07:40:29 +0000 (08:40 +0100)
commitdc08a724d73c6d1f7efa925c4927ed00afbc5297
tree69102692126bae18880008c8cc3d610fff059863
parente0ece15aa4386179326c5a48e44e8535333008ac
pwm: tegra: Use NSEC_PER_SEC

Instead of using the literal value for the number of nanoseconds per
second, use the macro instead to increase readability.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-tegra.c