]> Git Repo - linux.git/commit
[media] cx23885: Replace struct memcpy with struct assignment
authorEzequiel García <[email protected]>
Wed, 27 Jun 2012 15:52:52 +0000 (12:52 -0300)
committerMauro Carvalho Chehab <[email protected]>
Mon, 30 Jul 2012 22:53:55 +0000 (19:53 -0300)
commit630081e99072f94788011badd6d12707fa3ab410
treefb80637f8d25c929019d8b45f85cab975c6c0f12
parentddebe8cdd6c8d5f937c6587d2636079a5d096247
[media] cx23885: 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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/video/cx23885/cx23885-i2c.c
This page took 0.054964 seconds and 4 git commands to generate.