Re: [PATCH] drivers/video/pmagb-b-fb.c: Improve diagnostics

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Maciej W. Rozycki <macro@...>
Cc: Andrew Morton <akpm@...>, Antonino Daplas <adaplas@...>, <linux-fbdev-devel@...>, <linux-mips@...>, <linux-kernel@...>
Date: Monday, September 17, 2007 - 2:30 pm

Hello,


You added them but probably forgot to return them ;)


[snip]
 

[snip]


Sth like this is missing?

@@ -330,7 +350,7 @@ err_cmap:

 err_alloc:
 	framebuffer_release(info);
-	return -ENXIO;
+	return err;
 }

No?

Regards,

	Mariusz
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] drivers/video/pmagb-b-fb.c: Improve diagnostics, Maciej W. Rozycki, (Mon Sep 17, 12:47 pm)
Re: [PATCH] drivers/video/pmagb-b-fb.c: Improve diagnostics, Mariusz Kozlowski, (Mon Sep 17, 2:30 pm)
Re: [PATCH] drivers/video/pmagb-b-fb.c: Improve diagnostics, Maciej W. Rozycki, (Tue Sep 18, 8:13 am)