gpio: lpc32xx: 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:
@@ -547,7 +547,7 @@ static int lpc32xx_gpio_probe(struct platform_device *pdev)
|
|||||||
lpc32xx_gpiochip[i].chip.of_gpio_n_cells = 3;
|
lpc32xx_gpiochip[i].chip.of_gpio_n_cells = 3;
|
||||||
lpc32xx_gpiochip[i].chip.of_node = pdev->dev.of_node;
|
lpc32xx_gpiochip[i].chip.of_node = pdev->dev.of_node;
|
||||||
}
|
}
|
||||||
gpiochip_add_data(&lpc32xx_gpiochip[i].chip,
|
devm_gpiochip_add_data(&pdev->dev, &lpc32xx_gpiochip[i].chip,
|
||||||
&lpc32xx_gpiochip[i]);
|
&lpc32xx_gpiochip[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user