[PATCH] radeon: Use time_before()

2014-05-21 Thread Thierry Reding
On Wed, May 21, 2014 at 07:39:37PM +0200, Manuel Sch?lling wrote: > To be future-proof and for better readability the time comparisons are > modified > to use time_before() instead of plain, error-prone math. Nit: commit messages are best wrapped around column 72. > Signed-off-by: Manuel Sch?lli

[PATCH] radeon: Use time_before()

2014-05-21 Thread Manuel Schölling
To be future-proof and for better readability the time comparisons are modified to use time_before() instead of plain, error-prone math. Signed-off-by: Manuel Sch?lling --- drivers/gpu/drm/radeon/radeon_pm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/r