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)
commitb65af27ad89de60ca55721f9368b18d49ba1f269
tree69102692126bae18880008c8cc3d610fff059863
parent8d6cc0738540f97edb021d3b76a4367519f1e5f1
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