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