Commit 4774db8d authored by Peng Wu's avatar Peng Wu Committed by Jakub Kicinski
Browse files

net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probe

The devm_ioremap() function returns NULL on error, it doesn't return
error pointers.

Fixes: 3a1a274e

 ("mlxbf_gige: compute MDIO period based on i1clk")
Signed-off-by: default avatarPeng Wu <wupeng58@huawei.com>
Link: https://lore.kernel.org/r/20220923023640.116057-1-wupeng58@huawei.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent c635ebe8
Supports Markdown
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