]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
OMAP: DSS2: HDMI: remove error prints in check_timings
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 25 Aug 2011 14:13:32 +0000 (17:13 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:16:47 +0000 (16:16 +0300)
commit468c1b934c0367d15f90314ae316cd33551f70a5
tree48387af7e9106247a1308bd5997c0fd9cee77d3e
parent937fce138ff295df6f3bbb3b07464e3902b6bc0f
OMAP: DSS2: HDMI: remove error prints in check_timings

check_timings() is supposed to be used to verify if timings are ok or
not. Currently the HDMI driver prints error messages if the timings are
not ok. This is not right, as it is no error to give invalid timings to
check_timings().

Remove the error prints.

Cc: Mythri P K <mythripk@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/hdmi_panel.c