aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-10-23 22:57:02 -0400
committerFelipe Balbi <balbi@ti.com>2011-12-12 04:44:57 -0500
commita49a88f108516fd5ae24e26df5a63beb847807df (patch)
tree410cb24207a4c0c0e909244bd5e7ddb5bb96a3f7 /include/linux/usb
parent25234b46be2a1688d38fb55ed9d7e3f2cc41c9af (diff)
usb: gadget: renesas_usbhs: tidyup the unit of detection_delay
detection_delay was assumed as msec Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/renesas_usbhs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h
index e5a40c318548..c9fceb9f7690 100644
--- a/include/linux/usb/renesas_usbhs.h
+++ b/include/linux/usb/renesas_usbhs.h
@@ -118,7 +118,7 @@ struct renesas_usbhs_driver_param {
118 * 118 *
119 * delay time from notify_hotplug callback 119 * delay time from notify_hotplug callback
120 */ 120 */
121 int detection_delay; 121 int detection_delay; /* msec */
122 122
123 /* 123 /*
124 * option: 124 * option: