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 20697cc132d..31d34832907 100644 --- a/drivers/usb/gadget/zero.c +++ b/drivers/usb/gadget/zero.c @@ -81,7 +81,7 @@ module_param(buflen, uint, 0);   * work better with hosts where config changes are problematic or   * controllers (like original superh) that only support one config.   */ -static int loopdefault = 0; +static bool loopdefault = 0;  module_param(loopdefault, bool, S_IRUGO|S_IWUSR);  /*-------------------------------------------------------------------------*/  |