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
..
2012-01-03 22:54:07 -05:00
2012-01-03 22:54:07 -05:00
2011-11-28 20:12:05 +01:00
2011-08-08 11:40:15 +02:00
2012-01-03 22:54:07 -05:00
2012-01-03 22:54:07 -05:00
2011-12-07 10:46:19 -08:00
2011-12-12 12:42:12 +01:00
2011-12-10 19:52:46 +01:00
2011-03-31 11:26:23 -03:00
2012-01-05 08:34:29 +01:00