From: Mauro Carvalho Chehab Date: Wed, 31 Dec 2008 12:37:33 +0000 (-0300) Subject: V4L/DVB (10163): em28xx: allocate adev together with struct em28xx dev X-Git-Tag: v2.6.29-rc1~523^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9baed99ee7a834b1f2599e13f219087f01c63f38;p=pandora-kernel.git V4L/DVB (10163): em28xx: allocate adev together with struct em28xx dev Some devices require different setups on struct_audio. Due to that, we may need to change some fields at dev.adev during device probe. So, this patch moves the dynamic memory allocation of adev at em28xx-alsa to the dynamic allocation of struct em28xx dev that happens during device probe. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed