[PATCH] drm: Pretty print out the reason for rejecting the mode

Henri Verbeet hverbeet at gmail.com
Wed Apr 6 07:10:59 PDT 2011


On 5 April 2011 23:06, Marcin Ślusarz <marcin.slusarz at gmail.com> wrote:
>> +static const char *mode_status_to_string(enum drm_mode_status status)
>> +{
>> +       const char *strings[] = {
>
> + static?
>
You'd probably even want that to be "static const char * const strings[]".


More information about the dri-devel mailing list