From: Andy Walls Date: Sat, 17 Jan 2009 16:37:36 +0000 (-0300) Subject: V4L/DVB (10283): cx18: Call request_module() with proper argument types. X-Git-Tag: v2.6.30-rc1~621^2~675 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be411df610a970a0ab90e3b02d025ab2a3554b61;p=pandora-kernel.git V4L/DVB (10283): cx18: Call request_module() with proper argument types. request_module() needs to be called with a string literal for a format string or with 1 or more variable arguments to avoid compiler warnings and possible exploits, if someone could cause us to get a format string with a '%' code in the format string when we make the call. Reported-by: Brandon Jenkins Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed