From: Mauro Carvalho Chehab Date: Fri, 4 Feb 2011 15:56:39 +0000 (-0300) Subject: [media] tuner-core: Don't use a static var for xc5000_cfg X-Git-Tag: v2.6.39-rc1~86^2~336 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=900f734b3bafb4e111b9ec5d865c448a9911b2ab;p=pandora-kernel.git [media] tuner-core: Don't use a static var for xc5000_cfg A static var is evil, especially if a device has two boards with xc5000. Instead, just like the other drivers, use stack to store its config during setup. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed