[PATCH 2/3] drm/edid: Use block local to refer to the block

2016-10-17 Thread Daniel Vetter
On Mon, Oct 17, 2016 at 09:35:13AM +0100, Chris Wilson wrote: > Now that we have the name "block" free once more, we can use it to point > to the start of a block within the edid. > > Signed-off-by: Chris Wilson Merged the 2 prep patches to drm-misc for now. I'll wait with 3/3 until you&Ville re

[PATCH 2/3] drm/edid: Use block local to refer to the block

2016-10-17 Thread Chris Wilson
Now that we have the name "block" free once more, we can use it to point to the start of a block within the edid. Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_edid.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/d