summaryrefslogtreecommitdiff
path: root/firmware/drivers/usb/arcotg_dcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/usb/arcotg_dcd.c')
-rw-r--r--firmware/drivers/usb/arcotg_dcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/usb/arcotg_dcd.c b/firmware/drivers/usb/arcotg_dcd.c
index 124742cf13..0674342eb9 100644
--- a/firmware/drivers/usb/arcotg_dcd.c
+++ b/firmware/drivers/usb/arcotg_dcd.c
@@ -116,7 +116,7 @@ timer_expired(struct timer * timer)
116/*-------------------------------------------------------------------------*/ 116/*-------------------------------------------------------------------------*/
117 117
118/* gets called by usb_stack_init() to register 118/* gets called by usb_stack_init() to register
119 * this arcotg device conrtollder driver in the 119 * this arcotg device controller driver in the
120 * stack. */ 120 * stack. */
121void usb_dcd_init(void) 121void usb_dcd_init(void)
122{ 122{
@@ -415,7 +415,7 @@ static void port_change_int(void)
415static void dtd_complete(void) { 415static void dtd_complete(void) {
416 416
417 uint32_t bit_pos; 417 uint32_t bit_pos;
418 int i, ep_num, direction, bit_mask, status; 418 int i, ep_num, direction, bit_mask /*, status*/;
419 419
420 /* clear the bits in the register */ 420 /* clear the bits in the register */
421 bit_pos = UDC_ENDPTCOMPLETE; 421 bit_pos = UDC_ENDPTCOMPLETE;