diff options
Diffstat (limited to 'drivers/gpio/gpio-74x164.c')
-rw-r--r-- | drivers/gpio/gpio-74x164.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-74x164.c b/drivers/gpio/gpio-74x164.c index 1e04bf91328d..ddb831232407 100644 --- a/drivers/gpio/gpio-74x164.c +++ b/drivers/gpio/gpio-74x164.c | |||
@@ -159,7 +159,7 @@ static int gen_74x164_probe(struct spi_device *spi) | |||
159 | goto exit_destroy; | 159 | goto exit_destroy; |
160 | } | 160 | } |
161 | 161 | ||
162 | chip->gpio_chip.can_sleep = 1; | 162 | chip->gpio_chip.can_sleep = true; |
163 | chip->gpio_chip.dev = &spi->dev; | 163 | chip->gpio_chip.dev = &spi->dev; |
164 | chip->gpio_chip.owner = THIS_MODULE; | 164 | chip->gpio_chip.owner = THIS_MODULE; |
165 | 165 | ||