OSDN Git Service

drm/edid: shorten log output in case of all zeroes edid block
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Sun, 30 Nov 2014 18:57:42 +0000 (19:57 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 1 Dec 2014 16:19:35 +0000 (17:19 +0100)
commitda4c07b727dd00f28840c3ee26510ad58001a6b8
tree852601f06bd1b9aae75b04bb89c6b2d2b12264db
parentd6885d6590378cfe564a3eaca2e26ba617b25f71
drm/edid: shorten log output in case of all zeroes edid block

There is no need to dump the whole EDID block in case it contains no
information. Just print a single line stating the block is empty instead
of 8 lines containing only zeroes.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_edid.c