aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2015-06-19 06:05:05 -0400
committerFelipe Balbi <balbi@ti.com>2015-07-29 10:59:18 -0400
commite425be9304ce4da9cd231b55630ca941752635e9 (patch)
tree55f51f18407d1bec83de5b92c26b291e509c1fbc
parent9fcfa463e17adc48865b1a4124d48d48e0b59556 (diff)
usb: gadget: loopback: Remove out-of-date comment
As loopback 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>
-rw-r--r--drivers/usb/gadget/function/f_loopback.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/gadget/function/f_loopback.c b/drivers/usb/gadget/function/f_loopback.c
index 39f49f1ad22f..6e2fe63b9267 100644
--- a/drivers/usb/gadget/function/f_loopback.c
+++ b/drivers/usb/gadget/function/f_loopback.c
@@ -28,11 +28,6 @@
28 * This takes messages of various sizes written OUT to a device, and loops 28 * This takes messages of various sizes written OUT to a device, and loops
29 * them back so they can be read IN from it. It has been used by certain 29 * them back so they can be read IN from it. It has been used by certain
30 * test applications. It supports limited testing of data queueing logic. 30 * test applications. It supports limited testing of data queueing logic.
31 *
32 *
33 * This is currently packaged as a configuration driver, which can't be
34 * combined with other functions to make composite devices. However, it
35 * can be combined with other independent configurations.
36 */ 31 */
37struct f_loopback { 32struct f_loopback {
38 struct usb_function function; 33 struct usb_function function;