>> You haven't run it thru scripts/checkpatch.pl either, I guess? >> Actually modified the patch a little afterwards. >>> drivers/usb/musb/omap2430.c | 5 +++-- >>> 1 files changed, 3 insertions(+), 2 deletions(-) >>> diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c >>> index 2ae0bb3..e5dd18f 100644 >>> --- a/drivers/usb/musb/omap2430.c >>> +++ b/drivers/usb/musb/omap2430.c >> [...] >>> @@ -301,7 +302,7 @@ static int omap2430_musb_init(struct musb *musb) >>> >>> status = pm_runtime_get_sync(dev); >>> if (status< 0) { >>> - dev_err(dev, "pm_runtime_get_sync FAILED"); >>> + dev_err(dev, "pm_runtime_get_sync FAILED %d \n",status); >> If I don't mistake, scripts/checkpatch.pl should warn about >> unneeded spaces before '\n'. And also about missing spaces after >> commas. > I fixed in my branch, thanks > Thanks Felipe, Anyways resent the patch. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html