]> git.baikalelectronics.ru Git - kernel.git/commit
ata: Make use of the helper function devm_platform_ioremap_resource()
authorLv Ruyi <lv.ruyi@zte.com.cn>
Thu, 21 Apr 2022 08:44:12 +0000 (08:44 +0000)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Thu, 21 Apr 2022 23:38:18 +0000 (08:38 +0900)
commit908e2184f6b9a076e17eb182b70edf8647ca7724
treef2fb4ff92fdd3e4f1e2102428e0dfaf45621263b
parent241dd05e600ebc5e78ea51447c5e8743d311d3c1
ata: Make use of the helper function devm_platform_ioremap_resource()

Use the devm_platform_ioremap_resource() helper instead of calling
platform_get_resource() and devm_ioremap_resource() separately.Make the
code simpler without functional changes.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Lv Ruyi <lv.ruyi@zte.com.cn>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/sata_gemini.c