diff options
Diffstat (limited to 'drivers/gpio/gpiolib.c')
| -rw-r--r-- | drivers/gpio/gpiolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index eb0c3fe44b29..cae1b8c5b08c 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c | |||
| @@ -399,7 +399,7 @@ static int gpio_setup_irq(struct gpio_desc *desc, struct device *dev, | |||
| 399 | goto free_id; | 399 | goto free_id; |
| 400 | } | 400 | } |
| 401 | 401 | ||
| 402 | pdesc->value_sd = sysfs_get_dirent(dev->kobj.sd, "value"); | 402 | pdesc->value_sd = sysfs_get_dirent(dev->kobj.sd, NULL, "value"); |
| 403 | if (!pdesc->value_sd) { | 403 | if (!pdesc->value_sd) { |
| 404 | ret = -ENODEV; | 404 | ret = -ENODEV; |
| 405 | goto free_id; | 405 | goto free_id; |
