netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=n
[pandora-kernel.git] / drivers / gpio / gpio-tnetv107x.c
index 58445bb..4aa4815 100644 (file)
@@ -176,7 +176,7 @@ static int __init tnetv107x_gpio_setup(void)
                ctlr = &chips[i];
 
                ctlr->chip.label        = "tnetv107x";
-               ctlr->chip.can_sleep    = 0;
+               ctlr->chip.can_sleep    = false;
                ctlr->chip.base         = base;
                ctlr->chip.ngpio        = ngpio - base;
                if (ctlr->chip.ngpio > 32)