[PATCH 1/2] arch/arm/mach-omap2/dma.c: Convert IS_ERR result to PTR_ERR
Tony Lindgren
tony at atomide.com
Thu Jan 27 19:26:21 EST 2011
* Jarkko Nikula <jhnikula at gmail.com> [110127 11:03]:
> On Thu, 27 Jan 2011 16:49:06 +0100
> Julia Lawall <julia at diku.dk> wrote:
>
> > diff -u -p a/arch/arm/mach-omap2/dma.c b/arch/arm/mach-omap2/dma.c
> > --- a/arch/arm/mach-omap2/dma.c
> > +++ b/arch/arm/mach-omap2/dma.c
> > @@ -264,7 +264,7 @@ static int __init omap2_system_dma_init_
> > if (IS_ERR(od)) {
> > pr_err("%s: Cant build omap_device for %s:%s.\n",
> > __func__, name, oh->name);
> > - return IS_ERR(od);
> > + return PTR_ERR(od);
> > }
> >
> FWIW,
>
> Acked-by: Jarkko Nikula <jhnikula at gmail.com>
Thanks, will queue as a fix during the -rc cycle.
Tony
More information about the linux-arm-kernel
mailing list