video: of: display_timing: remove two unsafe error messages
authorLucas Stach <l.stach@pengutronix.de>
Tue, 13 May 2014 12:58:21 +0000 (14:58 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 15 May 2014 10:47:11 +0000 (13:47 +0300)
commitdc42715fafed88f44e01eadb965fafa3ceea72bc
tree5bf4da251aabdd7e61450a7db4f49b1b44789e00
parent34bdb666f4b225471f1b57f8c5313feda8ff3c92
video: of: display_timing: remove two unsafe error messages

The error message would try to dereference the pointer that
just has been tested to be NULL. As those messages don't
really add any value without the info that the np could
provide, just remove them.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/of_display_timing.c