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)
commit0cb63670d5052767391e3e1df51ebbffef8b6420
treef2fb4ff92fdd3e4f1e2102428e0dfaf45621263b
parente0af10ac4dcce334ef8cc36c8e146c0b932b4f81
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