Tom Seewald 70bf2a0679 char: hpet: add checks after calling ioremap
[ Upstream commit b11701c933112d49b808dee01cb7ff854ba6a77a ]

The function hpet_resources() calls ioremap() two times, but in both
cases it does not check if ioremap() returned a null pointer. Fix this
by adding null pointer checks and returning an appropriate error.

Signed-off-by: Tom Seewald <tseewald@gmail.com>
Link: https://lore.kernel.org/r/20210503115736.2104747-30-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-06-03 08:59:09 +02:00
..
2018-06-05 11:24:55 -07:00
2019-06-09 09:11:21 +02:00
2019-12-13 08:42:17 +01:00
2019-08-16 11:33:56 -07:00
2019-12-17 19:56:41 +01:00
2021-03-04 10:26:11 +01:00