]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
spi: xlp: use devm_platform_ioremap_resource() to simplify code
authorYueHaibing <yuehaibing@huawei.com>
Wed, 4 Sep 2019 13:59:15 +0000 (21:59 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 4 Sep 2019 16:23:28 +0000 (17:23 +0100)
commit77348293078b6047947bf38a1fc2ec6e142ba4ee
tree35c2968739e51dd798e06ae61de5ba05488a2c4e
parent755f1a25004c36ddaace893f906a30d32e483e09
spi: xlp: use devm_platform_ioremap_resource() to simplify code

Use devm_platform_ioremap_resource() to simplify the code a bit.
This is detected by coccinelle.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20190904135918.25352-34-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-xlp.c