RE: Patch ' usb: gadget: cdc2: convert to new interface of f_ecm' applied to my tree

2013-08-01 Thread Andrzej Pietrasiewicz
On Wednesday, June 12, 2013 5:17 PM Felipe Balbi wrote: Hi, This is a note to let you know that the patch: usb: gadget: cdc2: convert to new interface of f_ecm has been applied to my tree and can be found at: http://bit.ly/172DRHC a snapshot of the tree can

Re: Patch ' usb: gadget: cdc2: convert to new interface of f_ecm' applied to my tree

2013-08-01 Thread Felipe Balbi
Hi On Thu, Aug 01, 2013 at 12:31:55PM +0200, Andrzej Pietrasiewicz wrote: On Wednesday, June 12, 2013 5:17 PM Felipe Balbi wrote: Hi, This is a note to let you know that the patch: usb: gadget: cdc2: convert to new interface of f_ecm has been applied to my tree and can

[PATCH] usb/gadget: cdc2: convert to new interface of f_ecm

2013-08-01 Thread Andrzej Pietrasiewicz
This fixes commit a38a275030086d95306555e544fc7c0e65ccd00e. The invocation of usb_get_function_instance() is in cdc_bind() and should not be repeated in cdc_do_config(). Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [PATCH] usb/gadget: cdc2: convert to new interface of f_ecm

2013-08-01 Thread Felipe Balbi
Hi, On Thu, Aug 01, 2013 at 12:40:47PM +0200, Andrzej Pietrasiewicz wrote: This fixes commit a38a275030086d95306555e544fc7c0e65ccd00e. The invocation of usb_get_function_instance() is in cdc_bind() and should not be repeated in cdc_do_config(). Signed-off-by: Andrzej Pietrasiewicz