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>
This commit is contained in:
committed by
Felipe Balbi
parent
25234b46be
commit
a49a88f108
@@ -118,7 +118,7 @@ struct renesas_usbhs_driver_param {
|
||||
*
|
||||
* delay time from notify_hotplug callback
|
||||
*/
|
||||
int detection_delay;
|
||||
int detection_delay; /* msec */
|
||||
|
||||
/*
|
||||
* option:
|
||||
|
Reference in New Issue
Block a user