[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-omap
Subject:    patch for typo in arch/arm/mach-omap/mcbsp.c
From:       tony () atomide ! com (Tony Lindgren)
Date:       2005-01-31 20:43:00
Message-ID: 20050201024258.GK14703 () atomide ! com
[Download RAW message or body]

* David Plentovich <david@plentovichdesign.com> [050128 12:01]:
> patch for typo in arch/arm/mach-omap/mcbsp.c
> 
> --- mcbsp.c.orig        2005-01-28 11:21:03.848799672 -0500
> +++ mcbsp.c     2005-01-28 11:21:26.186403840 -0500
> @@ -692,7 +692,7 @@
>                return PTR_ERR(mcbsp_dsp_ck);
>        }
>        mcbsp_api_ck = clk_get(0, "api_ck");
> -       if (IS_ERR(mcbsp_dsp_ck)) {
> +       if (IS_ERR(mcbsp_api_ck)) {
>                printk(KERN_ERR "mcbsp: could not acquire api_ck 
> handle.\n");
>                return PTR_ERR(mcbsp_api_ck);
>        }

Thanks, pushing it today.

BTW, please check your mailer settings for next patch. The patch
lines wrap, and tabs are replaced by spaces, so It did not apply
cleanly. Also having the right headers for patch -p1 would make things
easier:

--- a/arch/arm/mach-omap/mcbsp.c.orig        2005-01-28 11:21:03.848799672 -0500
+++ b/arch/arm/mach-omap/mcbsp.c     2005-01-28 11:21:26.186403840 -0500

Cheers,

Tony

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic