]> git.baikalelectronics.ru Git - kernel.git/commit
fpga: dfl: fme: fix return value check in in pr_mgmt_init()
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 16 Aug 2018 19:42:13 +0000 (14:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Sep 2018 07:31:00 +0000 (09:31 +0200)
commitf1e2065ee17c268e10e323412181d94db7b20aa1
tree9c84e65bb3b7b92a73b09e70b01034653e0fb5a3
parent80c7ecb09d98c4b73e6a8976de4be09d545a05c9
fpga: dfl: fme: fix return value check in in pr_mgmt_init()

In case of error, the function dfl_fme_create_region() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().

Fixes: 34f3e650c5db ("fpga: dfl: fme: add partial reconfiguration sub feature support")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Moritz Fischer <mdf@kernel.org>
Acked-by: Alan Tull <atull@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/dfl-fme-pr.c