mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
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:
parent
25234b46be
commit
a49a88f108
2 changed files with 3 additions and 2 deletions
|
@ -118,7 +118,7 @@ struct renesas_usbhs_driver_param {
|
|||
*
|
||||
* delay time from notify_hotplug callback
|
||||
*/
|
||||
int detection_delay;
|
||||
int detection_delay; /* msec */
|
||||
|
||||
/*
|
||||
* option:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue