[media] em28xx: Replace memcpy with struct assignment
authorEzequiel Garcia <elezegarcia@gmail.com>
Wed, 26 Sep 2012 09:25:12 +0000 (06:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 6 Oct 2012 15:23:15 +0000 (12:23 -0300)
This kind of memcpy() is error-prone and its
replacement with a struct assignment is prefered.

Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found