From: Ezequiel Garcia Date: Mon, 14 Jan 2013 18:22:55 +0000 (-0300) Subject: [media] uvcvideo: Replace memcpy with struct assignment X-Git-Tag: v3.9-rc1~93^2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c0d44e250735b09e255ce0483c47eb2f68d3fa7;p=pandora-kernel.git [media] uvcvideo: Replace memcpy with struct assignment This kind of memcpy() is error-prone. Its replacement with a struct assignment is prefered because it's type-safe and much easier to read. Signed-off-by: Peter Senna Tschudin Signed-off-by: Ezequiel Garcia Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed