]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6db8ddf0403e0e01e30a9b1b7920e3f797bd445d
tree768378765c78c61bcc514617b4326bb9323320c5
parentd08fbdf8ac6fe6563f4271c58253d35e4f59e989
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