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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mariusz Kozlowski
Date: Monday, September 17, 2007 - 11:30 am

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, 9:47 am)
Re: [PATCH] drivers/video/pmagb-b-fb.c: Improve diagnostics, Mariusz Kozlowski, (Mon Sep 17, 11:30 am)
Re: [PATCH] drivers/video/pmagb-b-fb.c: Improve diagnostics, Maciej W. Rozycki, (Tue Sep 18, 5:13 am)