diff options
| -rw-r--r-- | drivers/hid/hid-cp2112.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-cp2112.c b/drivers/hid/hid-cp2112.c index 3e0b6bad29f2..b22d0f83f8e3 100644 --- a/drivers/hid/hid-cp2112.c +++ b/drivers/hid/hid-cp2112.c | |||
| @@ -213,7 +213,7 @@ static int cp2112_gpio_direction_input(struct gpio_chip *chip, unsigned offset) | |||
| 213 | 213 | ||
| 214 | exit: | 214 | exit: |
| 215 | mutex_unlock(&dev->lock); | 215 | mutex_unlock(&dev->lock); |
| 216 | return ret <= 0 ? ret : -EIO; | 216 | return ret < 0 ? ret : -EIO; |
| 217 | } | 217 | } |
| 218 | 218 | ||
| 219 | static void cp2112_gpio_set(struct gpio_chip *chip, unsigned offset, int value) | 219 | static void cp2112_gpio_set(struct gpio_chip *chip, unsigned offset, int value) |
