commit | 9a71af2c3627b379b7c31917a7f6ee0d29bc559b | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 21:46:53 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 21:46:56 2009 +0930 |
tree | c09049a6a4458be91844500d7d5034b63a1cdcc7 | |
parent | ab8e2eb722f1e5fcbd8181e3e9ef4e95c52124df [diff] |
module_param: invbool should take a 'bool', not an 'int' It takes an 'int' for historical reasons, and there are only two users: simply switch it over to bool. The other user (uvesafb.c) will get a (harmless-on-x86) warning until the next patch is applied. Cc: Brad Douglas <brad@neruo.com> Cc: Michal Januszewski <spock@gentoo.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>