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)
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

Simple merge