mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
gpio: ep93xx: Use devm_gpiochip_add_data() for gpio registration
Use devm_gpiochip_add_data() for GPIO registration. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
This commit is contained in:
parent
1ab79a6ad5
commit
4cb220e275
@ -339,7 +339,7 @@ static int ep93xx_gpio_add_bank(struct gpio_chip *gc, struct device *dev,
|
|||||||
gc->to_irq = ep93xx_gpio_to_irq;
|
gc->to_irq = ep93xx_gpio_to_irq;
|
||||||
}
|
}
|
||||||
|
|
||||||
return gpiochip_add_data(gc, NULL);
|
return devm_gpiochip_add_data(dev, gc, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ep93xx_gpio_probe(struct platform_device *pdev)
|
static int ep93xx_gpio_probe(struct platform_device *pdev)
|
||||||
|
Loading…
Reference in New Issue
Block a user