2.6.28-stable review patch. If anyone has any objections, please let us know. ------------------ From: David S. Miller [ Upstream commit 1b0e235cc9bfae4bc0f5cd0cba929206fb0f6a64 ] Return was missing for the case where there is no dimm info match. Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- arch/sparc64/kernel/chmc.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/sparc64/kernel/chmc.c +++ b/arch/sparc64/kernel/chmc.c @@ -306,6 +306,7 @@ static int jbusmc_print_dimm(int syndrom buf[1] = '?'; buf[2] = '?'; buf[3] = '\0'; + return 0; } p = dp->controller; prop = &p->layout; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/