commit | 15cb6af8ac1ee1291f98bae51cd46c6719e90c0f | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Sat Jan 07 09:52:40 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Jan 10 22:38:45 2012 -0200 |
tree | 88a5b4c267fc460ff760b1fb85d3cdc7e35282ae | |
parent | 9e94136d364a424b53048031bd35a4261ae8f9e2 [diff] |
[media] cx231xx: simplify argument passing to cx231xx_init_dev() The 'struct cx231xx *' pointer was passed by reference to the cx231xx_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>