Re: [PATCH v2] [media] vp702x: fix buffer handling

2011-09-04 Thread Florian Mickler
On Fri, 26 Aug 2011 00:11:15 +0200 Florian Mickler wrote: > In my previous change to this driver, I was not aware, that > dvb_usb_device_init > calls the frontend_attach routine which needs a transfer > buffer. So we can not setup anything private in the probe routine beforehand > but > have to

[PATCH v2] [media] vp702x: fix buffer handling

2011-08-25 Thread Florian Mickler
In my previous change to this driver, I was not aware, that dvb_usb_device_init calls the frontend_attach routine which needs a transfer buffer. So we can not setup anything private in the probe routine beforehand but have to allocate when needed. This means also that we cannot use a private buffer