drm: Ignore blob propertys in drm_property_change_is_valid()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 25 Oct 2012 18:05:06 +0000 (18:05 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 7 Nov 2012 00:14:24 +0000 (10:14 +1000)
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ä <ville.syrjala@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found