[media] cx231xx: Replace struct memcpy with struct assignment
authorEzequiel García <elezegarcia@gmail.com>
Wed, 27 Jun 2012 15:52:53 +0000 (12:52 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Jul 2012 22:54:15 +0000 (19:54 -0300)
commit23ba641a08a5cf1194cfba8480ecfab8b6623110
treeba20a19a02c26bc665a3fa3491e10c51974ed4b6
parent630081e99072f94788011badd6d12707fa3ab410
[media] cx231xx: Replace struct memcpy with struct assignment

Copying structs by assignment is type safe.
Plus, is shorter and easier to read.

Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx231xx/cx231xx-i2c.c
This page took 0.031463 seconds and 5 git commands to generate.