commit | e870f212324b451ff17a1c78739d3ab54ea092cf | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Nov 12 16:55:28 2012 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Nov 27 12:27:01 2012 +0200 |
tree | 852decea3ec4a85bf0297464d5fa73c305df271b | |
parent | 1de8e129f5e77e5eac6dc0a30df403404ddcd2b3 [diff] |
OMAPDSS: don't WARN if there's no DSI device 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>