]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
authorWang Ming <machel@vivo.com>
Thu, 27 Jul 2023 19:37:50 +0000 (14:37 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Sep 2023 20:27:02 +0000 (21:27 +0100)
commitb5c7bc370e03dcef02cc0263aae7460b4af0827d
tree406d5bd464796c39958faa03a976c7c89fea53e1
parentb7366429626e4bd83222878f7be0900f8b16c3e2
firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe

commit dd218433f2b635d97e8fda3eed047151fd528ce4 upstream.

The devm_memremap() function returns error pointers.
It never returns NULL. Fix the check.

Fixes: 7ca5ce896524 ("firmware: add Intel Stratix10 service layer driver")
Cc: stable@vger.kernel.org
Signed-off-by: Wang Ming <machel@vivo.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Link: https://lore.kernel.org/r/20230727193750.983795-1-dinguyen@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/stratix10-svc.c