paride: fix the "verbose" module param
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 15 Apr 2015 23:16:36 +0000 (16:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Apr 2015 23:35:22 +0000 (16:35 -0700)
commit946e87981942552e526aca9cb6204f02a6c847cb
tree91dc734adc8025d1f0997e00f66541c685d2ef1a
parent23f40a94d860449f39f00c3350bf850d15983e63
paride: fix the "verbose" module param

The verbose module parameter can be set to 2 for extremely verbose
messages so the type should be int instead of bool.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Tim Waugh <tim@cyberelk.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/paride/pg.c