Skip to content
Commit b5c7bc37 authored by Wang Ming's avatar Wang Ming Committed by Greg Kroah-Hartman
Browse files

firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe



commit dd218433 upstream.

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

Fixes: 7ca5ce89 ("firmware: add Intel Stratix10 service layer driver")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarWang Ming <machel@vivo.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
Link: https://lore.kernel.org/r/20230727193750.983795-1-dinguyen@kernel.org


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b7366429
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment