git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02608be
)
module_param: remove support for bool parameters which are really int.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 26 Mar 2012 02:20:51 +0000
(12:50 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 26 Mar 2012 02:20:51 +0000
(12:50 +1030)
module_param(bool) used to counter-intuitively take an int. In
fddd5201
(mid-2009) we allowed bool or int/unsigned int using a messy
trick.
This eliminates that code (though leaves the flags field in the struct,
for impending use).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found