drm: really make debug levels match in edid failure code
authorTormod Volden <debian.tormod@gmail.com>
Tue, 5 Jul 2011 20:12:53 +0000 (20:12 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 25 Jul 2011 11:01:55 +0000 (12:01 +0100)
commit0aff47f29337d1c23060eb1cea7801dfee0e0e4a
tree768378765c78c61bcc514617b4326bb9323320c5
parent6dd666333ddee39903d86f870d5c40d9f100e0cc
drm: really make debug levels match in edid failure code

Also disable the ascii dump and remove the literal printing of the
KERN_ERR macro in the log:

   [drm:drm_edid_block_valid] *ERROR* Raw EDID:
   <3>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................

v2: Remove the trailing empty line as well.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_edid.c