[PATCH 1/2] usb/at91udc: don't overwrite driver data

2012-07-20 Thread Sebastian Andrzej Siewior
The driver was converted to the new start/stop interface in f3d8bf34c2 ("usb: gadget: at91_udc: convert to new style start/stop interface"). I overlooked that the driver is overwritting the private data which is used by the composite framework. The udc driver doesn't read it, it is only written her

RE: [PATCH 1/2] usb/at91udc: don't overwrite driver data

2012-07-20 Thread Mario Jorge Isidoro
Sebastian Andrzej Siewior > Subject: [PATCH 1/2] usb/at91udc: don't overwrite driver data > > The driver was converted to the new start/stop interface in f3d8bf34c2 > ("usb: gadget: at91_udc: convert to new style start/stop interface"). > I overlooked that the driver is

Re: [PATCH 1/2] usb/at91udc: don't overwrite driver data

2012-07-20 Thread Fabio Porcedda
On Thu, Jul 19, 2012 at 7:10 PM, Sebastian Andrzej Siewior wrote: > The driver was converted to the new start/stop interface in f3d8bf34c2 > ("usb: gadget: at91_udc: convert to new style start/stop interface"). > I overlooked that the driver is overwritting the private data which is > used by the

[PATCH 1/2] usb/at91udc: don't overwrite driver data

2012-07-19 Thread Sebastian Andrzej Siewior
The driver was converted to the new start/stop interface in f3d8bf34c2 ("usb: gadget: at91_udc: convert to new style start/stop interface"). I overlooked that the driver is overwritting the private data which is used by the composite framework. The udc driver doesn't read it, it is only writen here