usb: gadget: s3c-hsudc: delete outdated comment
authorChen Gang <gang.chen@asianux.com>
Mon, 11 Mar 2013 10:28:02 +0000 (18:28 +0800)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:18:10 +0000 (11:18 +0200)
since commit d93e260 (usb: gadget: s3c-hsudc: use udc_start and udc_stop
functions) the 'driver' parameter has been deleted from
s3c_hsudc_stop_activity() but its documentation was left outdated. This
patch deletes the comment since it makes no sense anymore.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/s3c-hsudc.c

index bfe79103ababbc670b27a2ca51ab7a97540f165a..b1f0771fbd3def2b35714515c40f0c5b14fadc21 100644 (file)
@@ -283,7 +283,6 @@ static void s3c_hsudc_nuke_ep(struct s3c_hsudc_ep *hsep, int status)
 /**
  * s3c_hsudc_stop_activity - Stop activity on all endpoints.
  * @hsudc: Device controller for which EP activity is to be stopped.
- * @driver: Reference to the gadget driver which is currently active.
  *
  * All the endpoints are stopped and any pending transfer requests if any on
  * the endpoint are terminated.