[PATCH 1/2] drm: add drm_edid_to_eld helper extracting SADs from EDID

Alex Deucher alexdeucher at gmail.com
Mon Apr 22 09:16:18 PDT 2013


On Mon, Apr 22, 2013 at 12:12 PM, Rafał Miłecki <zajec5 at gmail.com> wrote:
> 2013/4/22 Christian König <deathsimple at vodafone.de>:
>> Found one more minor nitpick in this patch:
>>
>>
>>> +               if (cea_db_tag(db) == AUDIO_BLOCK) {
>>> +                       dbl = cea_db_payload_len(db);
>>> +                       int j;
>>> +
>>
>>
>> That's code after declaration and so complained on by the compiler.
>
> I guess you've missed
> drm_edid_to_sad: (drm-next-3.10) compiler warnings
> [PATCH] drm: drm_edid_to_sad: fix declaration warning
> threads :)
>

I've fixed it up in my tree. thanks!

Alex


More information about the dri-devel mailing list