From: Steven Rostedt Date: Tue, 20 Aug 2013 06:03:19 +0000 (+0930) Subject: module: Add NOARG flag for ops with param_set_bool_enable_only() set function X-Git-Tag: v3.12-rc1~145^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce814096f388f6801587f01c1c5ee1d04e746b3;p=pandora-kernel.git module: Add NOARG flag for ops with param_set_bool_enable_only() set function The ops that uses param_set_bool_enable_only() as its set function can easily handle being used without an argument. There's no reason to fail the loading of the module if it does not have one. Signed-off-by: Steven Rostedt Signed-off-by: Rusty Russell --- Reading git-diff-tree failed