From: Ville Syrjälä Date: Thu, 25 Oct 2012 18:05:06 +0000 (+0000) Subject: drm: Ignore blob propertys in drm_property_change_is_valid() X-Git-Tag: v3.8-rc1~82^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a56750ecbf2421ebd39f0fec562e1869a38d53;p=pandora-kernel.git drm: Ignore blob propertys in drm_property_change_is_valid() In case of a blob property drm_property_change_is_valid() can't tell whether the change is valid or not. So just return true for all blob properties, and leave it up to someone else to check it. Signed-off-by: Ville Syrjälä Signed-off-by: Dave Airlie --- Reading git-diff-tree failed