]> asedeno.scripts.mit.edu Git - linux.git/commit
spi: ath79: use devm_platform_ioremap_resource() to simplify code
authorYueHaibing <yuehaibing@huawei.com>
Wed, 4 Sep 2019 13:58:45 +0000 (21:58 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 4 Sep 2019 16:15:29 +0000 (17:15 +0100)
commitbf3484190fd45e2d7c5c52306a4973ce55f7e694
treeb4e84870c134059784bcf88fa1fd28631bc7ad96
parent084fae2fd7d3d668e47748be674b698b6ab9e1aa
spi: ath79: 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-4-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-ath79.c