]> git.baikalelectronics.ru Git - kernel.git/commit
i810: fix module_param bool abuse.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 15 Dec 2011 03:03:56 +0000 (13:33 +1030)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Mon, 19 Dec 2011 20:21:55 +0000 (20:21 +0000)
commitee200f70466f6e4d7dc60e2310a34ecd3cdfec43
treeb895bbdf252a07b302fd72bf4e7253d064d302b1
parent5ecc0d2ea7d6d52f216b0da9b87f93abe85d1c09
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 <adaplas@gmail.com>
Cc: linux-fbdev@vger.kernel.org
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/i810/i810_main.c