[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1394716310-27001-1-git-send-email-suresh.gupta@freescale.com>
Date: Thu, 13 Mar 2014 18:41:50 +0530
From: Suresh Gupta <suresh.gupta@...escale.com>
To: <balbi@...com>, <gregkh@...uxfoundation.org>
CC: <linux-usb@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<suresh.gupta@...escale.com>
Subject: [PATCH] USB : Gadget: fsl: add information message
Message helps to understand that the Freescale Gadget driver
is up without any error.
Signed-off-by: Suresh Gupta <suresh.gupta@...escale.com>
---
drivers/usb/gadget/fsl_udc_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/gadget/fsl_udc_core.c b/drivers/usb/gadget/fsl_udc_core.c
index 9a93727..455d0ab 100644
--- a/drivers/usb/gadget/fsl_udc_core.c
+++ b/drivers/usb/gadget/fsl_udc_core.c
@@ -2503,6 +2503,7 @@ static int __init fsl_udc_probe(struct platform_device *pdev)
goto err_del_udc;
create_proc_file();
+ pr_info("%s (%s)\n", driver_desc, DRIVER_VERSION);
return 0;
err_del_udc:
--
1.8.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists