From: Doron Cohen Date: Wed, 20 Jul 2011 12:07:36 +0000 (-0300) Subject: [media] siano: apply debug flag to module level X-Git-Tag: v3.2-rc1~112^2~317 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea3709435c7f2da8852c3d676874cd727253fc60;p=pandora-kernel.git [media] siano: apply debug flag to module level Siano modules already had sms_dbg flag which is a module parameter which sets the debug mode so module prints messages to dmesg for debugging. The variable was static therefore apply only to the file which defines the module. In modules as smsmdtv.ko that contain a few files, the debug flag applied only for functions in that main file. flag was changed to be non-static and therefore can be accessed by all module files (although it is still not exported out of the module). Signed-off-by: Doron Cohen Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed