diff options
Diffstat (limited to 'target/linux/ath25/patches-4.9/108-ar2315_gpio.patch')
-rw-r--r-- | target/linux/ath25/patches-4.9/108-ar2315_gpio.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath25/patches-4.9/108-ar2315_gpio.patch b/target/linux/ath25/patches-4.9/108-ar2315_gpio.patch index 6bb793d98c..cd9d8bcda8 100644 --- a/target/linux/ath25/patches-4.9/108-ar2315_gpio.patch +++ b/target/linux/ath25/patches-4.9/108-ar2315_gpio.patch @@ -310,7 +310,7 @@ + if (IS_ERR(ar2315_mem)) + return PTR_ERR(ar2315_mem); + -+ ar2315_gpio_chip.dev = dev; ++ ar2315_gpio_chip.parent = dev; + ret = gpiochip_add(&ar2315_gpio_chip); + if (ret) { + dev_err(dev, "failed to add gpiochip\n"); |