consistency
authorAlan Hourihane <alanh@tungstengraphics.com>
Tue, 5 Feb 2008 09:28:51 +0000 (09:28 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Tue, 5 Feb 2008 09:28:51 +0000 (09:28 +0000)
linux-core/drm_crtc.h

index 8f6a893..63324ca 100644 (file)
@@ -259,7 +259,7 @@ struct drm_property_blob {
 struct drm_property_enum {
        uint64_t value;
        struct list_head head;
-       unsigned char name[DRM_PROP_NAME_LEN];
+       char name[DRM_PROP_NAME_LEN];
 };
 
 struct drm_property {