diff options
| author | Wei Yongjun <[email protected]> | 2019-01-23 06:19:18 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-01-24 22:13:03 -0800 |
| commit | 8f4ebaaa8d97dc531a3f947a8d30a5a70fe38743 (patch) | |
| tree | 2fb630b9dd5bacfc2011d19efbdbe2e2df670933 /scripts/gdb/linux/constants.py.in | |
| parent | 843ef94e3374b8c2afdff3a68270d4b09964e165 (diff) | |
net: stmmac: Fix return value check in qcom_ethqos_probe()
In case of error, the function devm_clk_get() returns ERR_PTR() and
never returns NULL. The NULL test in the return value check should be
replaced with IS_ERR().
Fixes: a7c30e62d4b8 ("net: stmmac: Add driver for Qualcomm ethqos")
Signed-off-by: Wei Yongjun <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Acked-by: Niklas Cassel <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/constants.py.in')
0 files changed, 0 insertions, 0 deletions