From: Tomi Valkeinen Date: Mon, 12 Nov 2012 14:55:28 +0000 (+0200) Subject: OMAPDSS: don't WARN if there's no DSI device X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~2^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e870f212324b451ff17a1c78739d3ab54ea092cf;p=pandora-kernel.git 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 --- Reading git-diff-tree failed