mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 05:06:29 +00:00
spi: amlogic-spifc-a1: switch to use devm_spi_alloc_host()
Switch to use modern name function devm_spi_alloc_host(). No functional changed. Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Link: https://lore.kernel.org/r/20230807124105.3429709-2-yangyingliang@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
ddaec4e44d
commit
40f78b74b6
@ -326,7 +326,7 @@ static int amlogic_spifc_a1_probe(struct platform_device *pdev)
|
|||||||
struct amlogic_spifc_a1 *spifc;
|
struct amlogic_spifc_a1 *spifc;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
ctrl = devm_spi_alloc_master(&pdev->dev, sizeof(*spifc));
|
ctrl = devm_spi_alloc_host(&pdev->dev, sizeof(*spifc));
|
||||||
if (!ctrl)
|
if (!ctrl)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user