drm/edid: Rename local variable block to edid
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 17 Oct 2016 08:35:12 +0000 (09:35 +0100)
committerJianxin Pan <jianxin.pan@amlogic.com>
Wed, 15 Aug 2018 02:36:32 +0000 (19:36 -0700)
commit746abb0be03137f1590ba9bb59a4a68191766ab1
tree2b41838fe3fafe44538b1403fcbf7730a95dca7d
parent200f9423e76e1c7f5350ef1b4290541c050d19d4
drm/edid: Rename local variable block to edid

The "block" variable points to the entire edid, not individual blocks
despite it being named such.

Change-Id: Ief86411390d9368c6e179a65e11ffc0065fd3b7f
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20161017083514.21772-1-chris@chris-wilson.co.uk
drivers/gpu/drm/drm_edid.c