dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/block/paride
Rusty Russell 1b9fbafb3a paride/pcd: fix bool verbose module parameter.
Dan Carpenter points out that it's an int, not a bool:

pcd.c:427:				if (verbose > 1)
pcd.c:433:				if (verbose > 1)
pcd.c:437:				if (verbose < 2)
pcd.c:506:#define DBMSG(msg)	((verbose>1)?(msg):NULL)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
2012-01-13 09:32:26 +10:30
..
Kconfig
Makefile
Transition-notes
aten.c
bpck.c
bpck6.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
comm.c
dstr.c
epat.c
epia.c
fit2.c
fit3.c
friq.c
frpw.c
kbic.c
ktti.c
mkd
on20.c
on26.c
paride.c
paride.h
pcd.c paride/pcd: fix bool verbose module parameter. 2012-01-13 09:32:26 +10:30
pd.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
pf.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
pg.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
ppc6lnx.c
pseudo.h
pt.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30