commit | 1b9fbafb3ad3fd02db42e3dd48b4fb7631753ca9 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jan 13 09:32:26 2012 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jan 13 09:32:26 2012 +1030 |
tree | 5380241debd3a95155c4d1c415bbff726ef97563 | |
parent | 90ab5ee94171b3e28de6bb42ee30b527014e0be7 [diff] |
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>