summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/mod_host.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-10-31 00:47:13 -0700
committerFelipe Balbi <balbi@ti.com>2011-12-12 11:45:02 +0200
commit3dd492686c063f9fa9417c3888e7a8eeb504b5b9 (patch)
treee5d818432b17dce93c85575ad62ff09d0b235ca6 /drivers/usb/renesas_usbhs/mod_host.c
parentfc9d5c79f681a7bff588d32de9429be360996df7 (diff)
downloadblackbird-op-linux-3dd492686c063f9fa9417c3888e7a8eeb504b5b9.tar.gz
blackbird-op-linux-3dd492686c063f9fa9417c3888e7a8eeb504b5b9.zip
usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx()
it was device configuration setting function, not only speed. This patch modify function name usbhs_set_device_speed() -> usbhs_set_device_config() Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/renesas_usbhs/mod_host.c')
-rw-r--r--drivers/usb/renesas_usbhs/mod_host.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/renesas_usbhs/mod_host.c b/drivers/usb/renesas_usbhs/mod_host.c
index 0b88e88c5ee6..7fa460e2a8c0 100644
--- a/drivers/usb/renesas_usbhs/mod_host.c
+++ b/drivers/usb/renesas_usbhs/mod_host.c
@@ -317,7 +317,7 @@ usbhsh_device_find:
udev->usbv = usbv;
/* set device config */
- usbhs_set_device_speed(priv,
+ usbhs_set_device_config(priv,
usbhsh_device_number(hpriv, udev),
usbhsh_device_number(hpriv, udev),
0, /* FIXME no parent */
@@ -433,7 +433,7 @@ usbhsh_endpoint_alloc_find_pipe:
/*
* usbhs_pipe_config_update() should be called after
- * usbhs_device_config()
+ * usbhs_set_device_config()
* see
* DCPMAXP/PIPEMAXP
*/
OpenPOWER on IntegriCloud