]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
usb: gadget: SourceSink: Remove out-of-date comment
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 19 Jun 2015 10:16:45 +0000 (12:16 +0200)
committerFelipe Balbi <balbi@ti.com>
Wed, 29 Jul 2015 14:59:18 +0000 (09:59 -0500)
As SourceSink function has been reworked for ConfigFS
composite gadget this comment is no longer valid.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/function/f_sourcesink.c

index 3a5ae9900b1ee585881aa8233065ef9772de8da7..e6af1719d851964b0da5ccaad3bcbdc0b000da72 100644 (file)
  * queues are relatively independent, will receive a range of packet sizes,
  * and can often be made to run out completely.  Those issues are important
  * when stress testing peripheral controller drivers.
- *
- *
- * This is currently packaged as a configuration driver, which can't be
- * combined with other functions to make composite devices.  However, it
- * can be combined with other independent configurations.
  */
 struct f_sourcesink {
        struct usb_function     function;