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 -
include/drm/drm_crtc.h |2 +-
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 -
include/drm/drm_crtc.h |2 +-