[PATCH 1/3] drm: make debug levels match in edid failure code.

2011-06-17 Thread Tormod Volden
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

Re: [PATCH 1/3] drm: make debug levels match in edid failure code.

2011-06-17 Thread Tormod Volden
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

[PATCH 1/3] drm: make debug levels match in edid failure code.

2011-06-14 Thread Dave Airlie
From: Dave Airlie this puts the header and followup at the same loglevel as the hex dump code. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_edid.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 0a9

[PATCH 1/3] drm: make debug levels match in edid failure code.

2011-06-14 Thread Alex Deucher
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(

Re: [PATCH 1/3] drm: make debug levels match in edid failure code.

2011-06-13 Thread Alex Deucher
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(

[PATCH 1/3] drm: make debug levels match in edid failure code.

2011-06-13 Thread Dave Airlie
From: Dave Airlie this puts the header and followup at the same loglevel as the hex dump code. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_edid.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 0a9