Thread (3 messages) 3 messages, 3 authors, 2011-01-28

Re: [PATCH 1/2] arch/arm/mach-omap2/dma.c: Convert IS_ERR result to

From: Jarkko Nikula <hidden>
Date: 2011-01-27 19:04:23
Also in: linux-arm-kernel, linux-omap, lkml

On Thu, 27 Jan 2011 16:49:06 +0100
Julia Lawall [off-list ref] wrote:
quoted hunk ↗ jump to hunk
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 <redacted>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help