]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b5d453c6a6262f0eadd5122d3fded300e3ef7b9
tree91dc734adc8025d1f0997e00f66541c685d2ef1a
parentdcdb74276eaab5ced3b131b7583460f83e590470
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