]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
misc: pvpanic: Use devm_platform_ioremap_resource()
authorWang ShaoBo <bobo.shaobowang@huawei.com>
Fri, 18 Sep 2020 08:36:34 +0000 (16:36 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Sep 2020 16:53:30 +0000 (18:53 +0200)
commita2e7408cf8fc7790a219a8b4a617fd2c91f8bf15
tree886aba60b0b3141e6dd4e0d4fd96a485ae1bcc16
parent9e072793106e9e6d276eebd8a0b122c27303455a
misc: pvpanic: Use devm_platform_ioremap_resource()

Make use of devm_platform_ioremap_resource() provided by driver
core platform instead of duplicated analogue.

Acked-by: Arnd Bergmann <arn@arndb.de>
Signed-off-by: Wang ShaoBo <bobo.shaobowang@huawei.com>
Link: https://lore.kernel.org/r/20200918083634.33124-1-bobo.shaobowang@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/pvpanic.c