From: Ville Syrjälä Date: Tue, 13 Mar 2012 10:35:49 +0000 (+0200) Subject: drm: Use a flexible array member for blob property data X-Git-Tag: v3.4-rc1~143^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d63f5e6bf6f2a1573ea39c9937cdf5ab0b3a4b77;p=pandora-kernel.git drm: Use a flexible array member for blob property data The blob property data is always allocated immediately after the object header. No need for the extra indirection when accessing it, just use a flexible array member. Signed-off-by: Ville Syrjälä Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed