From 09b241acae9e63517ba9895126ba903a69e74932 Mon Sep 17 00:00:00 2001 From: Qinghuang Feng Date: Fri, 14 Nov 2008 20:24:05 +0800 Subject: [PATCH] --- yaml --- r: 127232 b: refs/heads/master c: 1c53e6cb80ae0442c5ee02ae29b1dec3d96a497e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/gadget/pxa27x_udc.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2b7554b91dad..55c35b421195 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0a2e5b9b8a3d205b565dec18d6fe39ef1aed75cc +refs/heads/master: 1c53e6cb80ae0442c5ee02ae29b1dec3d96a497e diff --git a/trunk/drivers/usb/gadget/pxa27x_udc.c b/trunk/drivers/usb/gadget/pxa27x_udc.c index 65110d02a206..990f40f988d4 100644 --- a/trunk/drivers/usb/gadget/pxa27x_udc.c +++ b/trunk/drivers/usb/gadget/pxa27x_udc.c @@ -430,7 +430,6 @@ static void pio_irq_enable(struct pxa_ep *ep) /** * pio_irq_disable - Disables irq generation for one endpoint * @ep: udc endpoint - * @index: endpoint number */ static void pio_irq_disable(struct pxa_ep *ep) { @@ -586,7 +585,6 @@ static void inc_ep_stats_reqs(struct pxa_ep *ep, int is_in) * inc_ep_stats_bytes - Update ep stats counts * @ep: physical endpoint * @count: bytes transfered on endpoint - * @req: usb request * @is_in: ep direction (USB_DIR_IN or 0) */ static void inc_ep_stats_bytes(struct pxa_ep *ep, int count, int is_in)