linux/drivers/media/video/marvell-ccic
Rusty Russell 90ab5ee941 module_param: make bool parameters really bool (drivers & misc)
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.

Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-01-13 09:32:20 +10:30
..
Kconfig [media] marvell-cam: Allow selection of supported buffer modes 2011-07-27 17:55:54 -03:00
Makefile [media] marvell-cam: Basic working MMP camera driver 2011-07-27 17:53:01 -03:00
cafe-driver.c [media] marvell-cam: implement contiguous DMA operation 2011-07-27 17:53:11 -03:00
mcam-core.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
mcam-core.h [media] marvell-cam: clean up a couple of unused cam structure fields 2011-07-27 17:55:54 -03:00
mmp-driver.c [media] mmp_camera: add MODULE_ALIAS 2011-09-18 08:05:43 -03:00