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 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
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
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(
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(
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