commit | 1371f2604dad70942041a7f1ed1a2029c67606b1 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Mar 06 18:48:45 2018 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Mar 07 18:20:53 2018 +0200 |
tree | 240b901aac0501315307d1fc2e7b64edc51f4526 | |
parent | 6f881d04f3f5112e1c4e913a4bfb22bb30e0c9e0 [diff] |
drm: WARN when trying add enum values to non-enum/bitmask properties Trying to add enum values to non-enum/bitmask properties is a programmer mistake. WARN to make sure the developers notice their mistake. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180306164849.2862-2-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>