On Tue, Jun 14, 2011 at 8:13 AM, Dave Airlie wrote:
> this puts the header and followup at the same loglevel as the
> hex dump code.
...
> bad:
> if (raw_edid) {
> - DRM_ERROR("Raw EDID:\n");
> + printk(KERN_ERR "Raw EDID:\n");
> print_hex_dump_byt
On Tue, Jun 14, 2011 at 2:13 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> this puts the header and followup at the same loglevel as the
> hex dump code.
>
> Signed-off-by: Dave Airlie
Reviewed-by: Alex Deucher
> ---
> drivers/gpu/drm/drm_edid.c | 4 ++--
> 1 files changed, 2 insertions(