[PATCH] drm/edid: Check for empty block prior to checksumming

2014-11-17 Thread Jani Nikula
On Sun, 16 Nov 2014, Stefan Brüns wrote: > drm_edid_block_valid will dump the whole EDID block. Shorten the log > output to a single line stating the block is empty. I'd think it would be better to teach drm_edid_block_valid to better handle empty blocks. BR, Jani. > > Signed-off-by: Stefan Br

[PATCH] drm/edid: Check for empty block prior to checksumming

2014-11-16 Thread Stefan Brüns
drm_edid_block_valid will dump the whole EDID block. Shorten the log output to a single line stating the block is empty. Signed-off-by: Stefan Brüns --- drivers/gpu/drm/drm_edid.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/driver