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
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