From: Rusty Russell Date: Thu, 12 Jan 2012 23:02:26 +0000 (+1030) Subject: paride/pcd: fix bool verbose module parameter. X-Git-Tag: v3.3-rc1~66^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9fbafb3ad3fd02db42e3dd48b4fb7631753ca9;p=pandora-kernel.git 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 Cc: Dan Carpenter --- Reading git-diff-tree failed