diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-12-28 19:43:13 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-07 20:28:01 +0100 |
commit | afded6d83aa7b35dab675c730528109cc58d6847 (patch) | |
tree | 8a512512d430c2855976bc2c2d56600b43f7b81a /lib | |
parent | Merge tag 'icc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dja... (diff) | |
download | linux-afded6d83aa7b35dab675c730528109cc58d6847.tar.xz linux-afded6d83aa7b35dab675c730528109cc58d6847.zip |
misc: pvpanic: Check devm_ioport_map() for NULL
Inconveniently devm_ioport_map() and devm_ioremap_resource()
return errors differently, i.e. former uses simply NULL pointer,
while the latter an error pointer.
Due to this, we have to check each of them separately.
Fixes: f104060813fe ("misc: pvpanic: Combine ACPI and platform drivers")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20201228184313.57610-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions