diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/w1-gpio-custom/src/w1-gpio-custom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/w1-gpio-custom/src/w1-gpio-custom.c b/package/kernel/w1-gpio-custom/src/w1-gpio-custom.c index fc2f842208..004c9240ba 100644 --- a/package/kernel/w1-gpio-custom/src/w1-gpio-custom.c +++ b/package/kernel/w1-gpio-custom/src/w1-gpio-custom.c @@ -113,6 +113,7 @@ static int __init w1_gpio_custom_add_one(unsigned int id, unsigned int *params) pdata.pin = params[BUS_PARAM_PIN]; pdata.is_open_drain = params[BUS_PARAM_OD] ? 1 : 0; pdata.enable_external_pullup = NULL; + pdata.ext_pullup_enable_pin = -EINVAL; err = platform_device_add_data(pdev, &pdata, sizeof(pdata)); if (err) |