[PATCH 12/15] drm: Use a flexible array member for blob property data

2012-03-13 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? 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? --- drivers/gpu/drm/drm_crtc.c |1 -

[PATCH 12/15] drm: Use a flexible array member for blob property data

2012-03-13 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com 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ä ville.syrj...@linux.intel.com ---