commit | dc42715fafed88f44e01eadb965fafa3ceea72bc | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Tue May 13 14:58:21 2014 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 15 13:47:11 2014 +0300 |
tree | 5bf4da251aabdd7e61450a7db4f49b1b44789e00 | |
parent | 34bdb666f4b225471f1b57f8c5313feda8ff3c92 [diff] |
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>