]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 17 Oct 2016 12:26:05 +0000 (14:26 +0200)
commit4e8b2ab7e4da6155d10fdfc8a6042cd92a376a45
tree901a51070f4fd50344eca194f8657a5e5d404be2
parentdd46ad505c8d4c17bcb6064550a21069836732e3
drm/edid: Rename local variable block to edid

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

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