git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ab5ee
)
paride/pcd: fix bool verbose module parameter.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:26 +0000
(09:32 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:26 +0000
(09:32 +1030)
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>
No differences found