summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/src/sam_usb.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-29 14:30:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-29 14:31:44 -0600
commit245fe657c992232dfa674fb5f4ba1e7de261c459 (patch)
treed35d5636326daddbffbd2c7019193e5390e0058f /nuttx/configs/sama5d3x-ek/src/sam_usb.c
parentd01744da847c701c5f31c5fd3c5c890d0b930811 (diff)
downloadpx4-nuttx-245fe657c992232dfa674fb5f4ba1e7de261c459.tar.gz
px4-nuttx-245fe657c992232dfa674fb5f4ba1e7de261c459.tar.bz2
px4-nuttx-245fe657c992232dfa674fb5f4ba1e7de261c459.zip
Make naming consistent for USB host initialiation functions
Diffstat (limited to 'nuttx/configs/sama5d3x-ek/src/sam_usb.c')
-rw-r--r--nuttx/configs/sama5d3x-ek/src/sam_usb.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/nuttx/configs/sama5d3x-ek/src/sam_usb.c b/nuttx/configs/sama5d3x-ek/src/sam_usb.c
index 3d7d2f48e..556ee2cf1 100644
--- a/nuttx/configs/sama5d3x-ek/src/sam_usb.c
+++ b/nuttx/configs/sama5d3x-ek/src/sam_usb.c
@@ -328,13 +328,7 @@ int sam_usbhost_initialize(void)
udbg("ERROR: Failed to register the KBD class\n");
}
- /* Then get an instance of the USB host interface.
- *
- * REVISIT: This logic needs to be modified. There must be a call-out to
- * platform specific logic to get the connection hangle. usbhost_initialize()
- * is not longer common to all platforms and is no longer prototyped in
- * include/nuttx/usb/usbhost.h.
- */
+ /* Then get an instance of the USB host interface. */
#ifdef CONFIG_SAMA5_OHCI
/* Get an instance of the USB OHCI interface */