* Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx> [120208 08:09]: > It's useful to print the error code when a called function fails so a > diagnosis of why it failed is possible. In this case, it fails because > we try to register some data for the wl12xx driver, but as the driver > is not configured, a stub function is used which simply returns -ENOSYS. > > Let's do the simple thing for -rc and print the error code. > > Also, the return code from platform_register_device() at each of these > sites was not being checked. Add some checking, and again print the > error code. > > This should be fixed properly for the next merge window so we don't > issue error messages merely because a driver is not configured. > > Signed-off-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> Looks right to me for -rc. Yes let's plan on fixing this for v3.4. Acked-by: Tony Lindgren <tony@xxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html