]> 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)
commit5a3ef21073b139f93e2cc3a2be1b76c35353f381
treef2fb4ff92fdd3e4f1e2102428e0dfaf45621263b
parentadae5f7465c54f504fb356e53504acef69f81aa8
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