From: Rusty Russell Date: Thu, 15 Dec 2011 03:03:56 +0000 (+1030) Subject: i810: fix module_param bool abuse. X-Git-Tag: v3.3-rc1~59^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=109782ec8d2e1886f80be90a295361c1a86a51df;p=pandora-kernel.git i810: fix module_param bool abuse. The driver says "module_param(ddc3, bool, 0);". But it's not a used as a bool, it's used as a count. Make it a bool. Cc: Antonino Daplas Cc: linux-fbdev@vger.kernel.org Signed-off-by: Rusty Russell Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed