commit | 622c2fc1f2613bef953d2af908e7b83f4de4b994 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Sat Jan 07 10:18:45 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Jan 10 22:46:48 2012 -0200 |
tree | 691a1c3ac3c54ef8e422dc55eeb9d0913951dec5 | |
parent | d07b901f9dc22977c2c04f320a9cef19e5298e7e [diff] |
[media] em28xx: simplify argument passing to em28xx_init_dev() The 'struct em28xx *' pointer was passed by reference to the em28xx_init_dev() function, for no reason. Instead, just pass it by value, which is much more logical and simple. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>