|
@@ -159,6 +159,7 @@ static int pcf857x_probe(struct i2c_client *client)
|
|
|
|
|
|
gpio->chip.base = pdata->gpio_base;
|
|
gpio->chip.base = pdata->gpio_base;
|
|
gpio->chip.can_sleep = 1;
|
|
gpio->chip.can_sleep = 1;
|
|
|
|
+ gpio->chip.owner = THIS_MODULE;
|
|
|
|
|
|
/* NOTE: the OnSemi jlc1562b is also largely compatible with
|
|
/* NOTE: the OnSemi jlc1562b is also largely compatible with
|
|
* these parts, notably for output. It has a low-resolution
|
|
* these parts, notably for output. It has a low-resolution
|