gpio: xlp: Add missing .owner and .label settings for gpio_chip
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Родитель
5b7d414ad0
Коммит
b8a3f52e98
|
@ -366,6 +366,8 @@ static int xlp_gpio_probe(struct platform_device *pdev)
|
|||
|
||||
gc = &priv->chip;
|
||||
|
||||
gc->owner = THIS_MODULE;
|
||||
gc->label = dev_name(&pdev->dev);
|
||||
gc->base = 0;
|
||||
gc->dev = &pdev->dev;
|
||||
gc->ngpio = ngpio;
|
||||
|
|
Загрузка…
Ссылка в новой задаче