Re: [PATCH] usb: gadget: f_acm: Fix configfs attr name

2016-03-01 Thread Christoph Hellwig
On Tue, Mar 01, 2016 at 12:47:11PM +0100, Krzysztof Opasiak wrote: > Correct attribute name is port_num not num. > > Signed-off-by: Krzysztof Opasiak > Fixes: ea6bd6b ("usb-gadget/f_acm: use per-attribute show and store methods") My fault, sorry. Reviewed-by: Christoph Hellwig -- To unsubscrib

[PATCH] usb: gadget: f_acm: Fix configfs attr name

2016-03-01 Thread Krzysztof Opasiak
Correct attribute name is port_num not num. Signed-off-by: Krzysztof Opasiak Fixes: ea6bd6b ("usb-gadget/f_acm: use per-attribute show and store methods") --- drivers/usb/gadget/function/f_acm.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/functio