On Wed, 2009-09-30 at 14:26 -0600, Tim Gardner wrote:
> >From 8ef5591fa4392b4228b0be97013a8218f267ef90 Mon Sep 17 00:00:00 2001
> From: Tim Gardner <[email protected]>
> Date: Wed, 30 Sep 2009 14:08:15 -0600
> Subject: [PATCH] i915: Fix i2c init message
> 
> BugLink: http://bugs.launchpad.net/bugs/409361
> 
> This message appears to be informational only.

Less than that, it appears to be debug only.  Shall I just whack it to
DRM_DEBUG?

Signed-off-by: Tim Gardner <[email protected]>
> Cc: [email protected]
> ---
>  drivers/gpu/drm/i915/intel_dp.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
> index 2b914d7..d0f950c 100644
> --- a/drivers/gpu/drm/i915/intel_dp.c
> +++ b/drivers/gpu/drm/i915/intel_dp.c
> @@ -400,7 +400,7 @@ intel_dp_i2c_init(struct intel_output *intel_output, 
> const char *name)
>  {
>       struct intel_dp_priv   *dp_priv = intel_output->dev_priv;
>  
> -     DRM_ERROR("i2c_init %s\n", name);
> +     DRM_INFO("i2c_init %s\n", name);
>       dp_priv->algo.running = false;
>       dp_priv->algo.address = 0;
>       dp_priv->algo.aux_ch = intel_dp_i2c_aux_ch;
-- 
Eric Anholt
[email protected]                         [email protected]


Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to