commit | c21813e9746b174e4f426aa0fcb1a69c361a71b2 | [log] [tgz] |
---|---|---|
author | Ezequiel GarcĂa <elezegarcia@gmail.com> | Wed Jun 27 12:52:54 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Jul 30 19:54:25 2012 -0300 |
tree | 79cbe2a22e9f0ae64f59cbb1d4c6cc412aed94c3 | |
parent | 23ba641a08a5cf1194cfba8480ecfab8b6623110 [diff] |
[media] cx25821: 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>