drm/msm: drop redundant output in debug message
authorNicholas Mc Guire <hofrat@osadl.org>
Sat, 4 Apr 2015 02:39:09 +0000 (04:39 +0200)
committerRob Clark <robdclark@gmail.com>
Thu, 11 Jun 2015 17:11:02 +0000 (13:11 -0400)
commita7c07690f25c69aa6a68565df904f1b77da725da
treecf01250e4b49f8f8c1a990ee718f9397af2d67ef
parent84c3b87b8b669e2d42209ba9fc9ddeffb90b3f17
drm/msm: drop redundant output in debug message

wait_for_completion_timeout returns 0 in case of timeout so printing the
return value here will always yield 0 and is therefor redundant - dropped.

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