From: Rusty Russell Date: Thu, 15 Dec 2011 03:19:36 +0000 (+1030) Subject: ALSA: module_param: make bool parameters really bool X-Git-Tag: v3.3-rc1~88^2~1^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a67ff6a54095e27093ea501fb143fefe51a536c2;p=pandora-kernel.git ALSA: module_param: make bool parameters really bool 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. It's time to remove the int/unsigned int option. For this version it'll simply give a warning, but it'll break next kernel version. Signed-off-by: Rusty Russell Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed