diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-01-13 09:32:26 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-01-13 09:32:26 +1030 |
commit | 1b9fbafb3ad3fd02db42e3dd48b4fb7631753ca9 (patch) | |
tree | 5380241debd3a95155c4d1c415bbff726ef97563 /scripts/.gitignore | |
parent | 90ab5ee94171b3e28de6bb42ee30b527014e0be7 (diff) | |
download | op-kernel-dev-1b9fbafb3ad3fd02db42e3dd48b4fb7631753ca9.zip op-kernel-dev-1b9fbafb3ad3fd02db42e3dd48b4fb7631753ca9.tar.gz |
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>
Diffstat (limited to 'scripts/.gitignore')
0 files changed, 0 insertions, 0 deletions