paride: fix the "verbose" module param
authorDan Carpenter <[email protected]>
Wed, 15 Apr 2015 23:16:36 +0000 (16:16 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: Tim Waugh <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/block/paride/pg.c