diff options
author | 2012-01-13 09:32:26 +1030 | |
---|---|---|
committer | 2012-01-13 09:32:26 +1030 | |
commit | 1b9fbafb3ad3fd02db42e3dd48b4fb7631753ca9 (patch) | |
tree | 5380241debd3a95155c4d1c415bbff726ef97563 /tools/perf/scripts/python/syscall-counts.py | |
parent | module_param: make bool parameters really bool (drivers & misc) (diff) | |
download | linux-dev-1b9fbafb3ad3fd02db42e3dd48b4fb7631753ca9.tar.xz linux-dev-1b9fbafb3ad3fd02db42e3dd48b4fb7631753ca9.zip |
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 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions