diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/rfkill/rfkill-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c index ca355e7e58b4..865adb61685a 100644 --- a/net/rfkill/rfkill-gpio.c +++ b/net/rfkill/rfkill-gpio.c | |||
@@ -105,7 +105,7 @@ static int rfkill_gpio_probe(struct platform_device *pdev) | |||
105 | ret = pdata->gpio_runtime_setup(pdev); | 105 | ret = pdata->gpio_runtime_setup(pdev); |
106 | if (ret) { | 106 | if (ret) { |
107 | pr_warn("%s: can't set up gpio\n", __func__); | 107 | pr_warn("%s: can't set up gpio\n", __func__); |
108 | return ret; | 108 | goto fail_alloc; |
109 | } | 109 | } |
110 | } | 110 | } |
111 | 111 | ||