diff options
Diffstat (limited to 'drivers/usb/gadget/zero.c')
-rw-r--r-- | drivers/usb/gadget/zero.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/zero.c b/drivers/usb/gadget/zero.c index 20697cc132d1..31d34832907e 100644 --- a/drivers/usb/gadget/zero.c +++ b/drivers/usb/gadget/zero.c | |||
@@ -81,7 +81,7 @@ module_param(buflen, uint, 0); | |||
81 | * work better with hosts where config changes are problematic or | 81 | * work better with hosts where config changes are problematic or |
82 | * controllers (like original superh) that only support one config. | 82 | * controllers (like original superh) that only support one config. |
83 | */ | 83 | */ |
84 | static int loopdefault = 0; | 84 | static bool loopdefault = 0; |
85 | module_param(loopdefault, bool, S_IRUGO|S_IWUSR); | 85 | module_param(loopdefault, bool, S_IRUGO|S_IWUSR); |
86 | 86 | ||
87 | /*-------------------------------------------------------------------------*/ | 87 | /*-------------------------------------------------------------------------*/ |