Linus Torvalds writes: (Summary) wrote:
Ugh, during the merge window, we had actually grown a new example of that "different enum types" problem:
that "different enum types" problem:
struct drm_prop_enum_list enum_list[max(DRM_COLOR_ENCODING_MAX, DRM_COLOR_RANGE_MAX)];
DRM_COLOR_RANGE_MAX)];
in drm_plane_create_color_properties() in the drm drm_color_mgmt.c file. You should double-check my change, I've pushed it out now that the build seems ok for me.
seems ok for me.
There may be others hiding that weren't caught by my limited build testing, trhough.
[...]
Ok, applied.Ugh, during the merge window, we had actually grown a new example of that "different enum types" problem:
that "different enum types" problem:
struct drm_prop_enum_list enum_list[max(DRM_COLOR_ENCODING_MAX, DRM_COLOR_RANGE_MAX)];
DRM_COLOR_RANGE_MAX)];
in drm_plane_create_color_properties() in the drm drm_color_mgmt.c file. You should double-check my change, I've pushed it out now that the build seems ok for me.
seems ok for me.
There may be others hiding that weren't caught by my limited build testing, trhough.