On Mon, 2010-10-25 at 19:44 -0700, Joe Perches wrote:
> Signed-off-by: Joe Perches <[email protected]>
> ---
>  drivers/video/msm/mddi.c |    5 ++---
>  1 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/video/msm/mddi.c b/drivers/video/msm/mddi.c
> index 7c316c3..b66d86a 100644
> --- a/drivers/video/msm/mddi.c
> +++ b/drivers/video/msm/mddi.c
> @@ -318,7 +318,7 @@ static long mddi_wait_interrupt_timeout(struct mddi_info 
> *mddi,
>  static void mddi_wait_interrupt(struct mddi_info *mddi, uint32_t intmask)
>  {
>       if (mddi_wait_interrupt_timeout(mddi, intmask, HZ/10) == 0)
> -             printk(KERN_INFO KERN_ERR "mddi_wait_interrupt %d, timeout "
> +             printk(KERN_INFO "mddi_wait_interrupt %d, timeout "
>                      "waiting for %x, INT = %x, STAT = %x gotint = %x\n",
>                      current->pid, intmask, mddi_readl(INT), mddi_readl(STAT),
>                      mddi->got_int);
> @@ -465,8 +465,7 @@ static int __init mddi_get_client_caps(struct mddi_info 
> *mddi)
>  
>               if (mddi->flags & FLAG_HAVE_CAPS)
>                       break;
> -             printk(KERN_INFO KERN_ERR "mddi_init, timeout waiting for "
> -                             "caps\n");
> +             printk(KERN_INFO "mddi_init, timeout waiting for caps\n");
>       }
>       return mddi->flags & FLAG_HAVE_CAPS;
>  }

Applied to my tree, thanks.

Daniel

-- 

Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to