]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: drop redundant debug output
authorNicholas Mc Guire <hofrat@osadl.org>
Sat, 11 Apr 2015 13:10:38 +0000 (15:10 +0200)
committerRob Clark <robdclark@gmail.com>
Thu, 11 Jun 2015 17:11:03 +0000 (13:11 -0400)
commitc677bdacd255c2bb0b93afd33543ab5e8c6675b4
treef3ff142995daffa507d0e94cd8b086bface2e27c
parent632f3a4f3a26f9aced5af942dd5a4e1784d9304f
drm/msm: drop redundant debug output

wait_for_completion_timeout returns 0 in case of timeout and never
return < 0 so there is no additional information in printing the
value of time_left here as it will always be 0, thus it can be dropped.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/edp/edp_ctrl.c