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