aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/zero.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget/zero.c')
-rw-r--r--drivers/usb/gadget/zero.c2
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 */
84static int loopdefault = 0; 84static bool loopdefault = 0;
85module_param(loopdefault, bool, S_IRUGO|S_IWUSR); 85module_param(loopdefault, bool, S_IRUGO|S_IWUSR);
86 86
87/*-------------------------------------------------------------------------*/ 87/*-------------------------------------------------------------------------*/