[PATCH] usb: gadget: function: fix typo in f_printer.c

2021-02-14 Thread AristoChen
In line 824, it is trying to enable `out_ep`, so I believe that in line 826, it should print `out_ep` instead of `in_ep`. Signed-off-by: AristoChen --- drivers/usb/gadget/function/f_printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/function

[PATCH] Fix typo in f_printer.c

2021-02-14 Thread AristoChen
In line 824, it is trying to open `out_ep`, so I believe in line 826, it should print `out_ep` instead of `in_ep` Signed-off-by: AristoChen --- drivers/usb/gadget/function/f_printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/function/f_printer.c b

[PATCH] Fix typo in f_printer.c

2021-02-13 Thread AristoChen
In line 824, it is trying to open `out_ep`, so I believe in line 826, it should print `out_ep` instead of `in_ep` Signed-off-by: AristoChen --- drivers/usb/gadget/function/f_printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/function/f_printer.c b