OMAPDSS: don't WARN if there's no DSI device
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 12 Nov 2012 14:55:28 +0000 (16:55 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 27 Nov 2012 10:27:01 +0000 (12:27 +0200)
dsi_get_dsidev_from_id() gives a WARN if DSI support is not compiled in.
This warning is not right, as it's valid to call
dsi_get_dsidev_from_id() to see if there is DSI support or not.

Remove the WARN().

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found