Re: [PATCH 02/10] pwc: Remove unneeded struct vb2_queue clearing

2012-09-09 Thread Hans de Goede
Hi, Thanks! Applied to my gspca / media / pwc tree and included in my pull-req for 3.7 which I just send out. Regards, Hans On 08/23/2012 03:08 PM, Ezequiel Garcia wrote: struct vb2_queue is allocated through kzalloc as part of a larger struct, there's no need to clear it. Cc: Hans de Goed

[PATCH 02/10] pwc: Remove unneeded struct vb2_queue clearing

2012-08-23 Thread Ezequiel Garcia
struct vb2_queue is allocated through kzalloc as part of a larger struct, there's no need to clear it. Cc: Hans de Goede Signed-off-by: Ezequiel Garcia --- drivers/media/usb/pwc/pwc-if.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/usb/pwc/pwc-if.c b/dr