From: Thomas Petazzoni Date: Sat, 7 Jan 2012 12:52:40 +0000 (-0300) Subject: [media] cx231xx: simplify argument passing to cx231xx_init_dev() X-Git-Tag: v3.3-rc1~48^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15cb6af8ac1ee1291f98bae51cd46c6719e90c0f;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed