Re: [PATCH 0/23] media: Replace memcpy with struct assignment

2012-11-28 Thread Joe Perches
On Wed, 2012-11-28 at 16:06 -0300, Ezequiel Garcia wrote: > On Tue, Oct 23, 2012 at 4:57 PM, Ezequiel Garcia > wrote: > > This is a large patchset that replaces struct memcpy with struct assignment, > > whenever possible at drivers/media. [] > > A simplified version of the semantic match that fin

Re: [PATCH 0/23] media: Replace memcpy with struct assignment

2012-11-28 Thread Ezequiel Garcia
On Wed, Nov 28, 2012 at 4:55 PM, Mauro Carvalho Chehab wrote: [...] > > There are 400+ patches pending today at patchwork. I doubt I'll have enough > time for all of them, so, I'll skip cleanup patches like the above, in order > to try to focus on bug fixes and patches that brings new functionalit

Re: [PATCH 0/23] media: Replace memcpy with struct assignment

2012-11-28 Thread Mauro Carvalho Chehab
Em Wed, 28 Nov 2012 16:06:31 -0300 Ezequiel Garcia escreveu: > On Tue, Oct 23, 2012 at 4:57 PM, Ezequiel Garcia > wrote: > > Hello everyone, > > > > This is a large patchset that replaces struct memcpy with struct assignment, > > whenever possible at drivers/media. > > > > The patches are hand

Re: [PATCH 0/23] media: Replace memcpy with struct assignment

2012-11-28 Thread Ezequiel Garcia
On Tue, Oct 23, 2012 at 4:57 PM, Ezequiel Garcia wrote: > Hello everyone, > > This is a large patchset that replaces struct memcpy with struct assignment, > whenever possible at drivers/media. > > The patches are hand applied and every change has been thoroughly reviewed. > However, to avoid regre

[PATCH 0/23] media: Replace memcpy with struct assignment

2012-10-23 Thread Ezequiel Garcia
Hello everyone, This is a large patchset that replaces struct memcpy with struct assignment, whenever possible at drivers/media. The patches are hand applied and every change has been thoroughly reviewed. However, to avoid regressions and angry users we'd like to have Acks from maintainers. A si