From: Rusty Russell Date: Thu, 12 Jan 2012 23:02:16 +0000 (+1030) Subject: module_param: check type correctness for module_param_array X-Git-Tag: v3.3-rc1~66^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bafeafeab94b8d3019aac15c2df2ce47b08a6363;p=pandora-kernel.git module_param: check type correctness for module_param_array module_param_array(), unlike its non-array cousins, didn't check the type of the variable. Fixing this found two bugs. Cc: Luca Risolia Cc: Mauro Carvalho Chehab Cc: Eric Piel Cc: linux-media@vger.kernel.org Signed-off-by: Rusty Russell --- Reading git-diff-tree failed