diff options
author | Wei Yongjun <[email protected]> | 2020-05-27 03:02:10 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-05-27 14:48:56 +0100 |
commit | 185457632ba344d3100e6bdd8ba839b959521813 (patch) | |
tree | d98a69bd4547ddc201317a732135a391265ff123 /drivers/usb/cdns3/cdns3-debug.h | |
parent | 850ba84b5c6d4ad4d1259584ebc0338eb769f2ef (diff) |
ASoC: mmp-sspa: Fix return value check in asoc_mmp_sspa_probe()
In case of error, the function devm_ioremap() returns NULL pointer not
ERR_PTR(). The IS_ERR() test in the return value check should be
replaced with NULL test.
Signed-off-by: Wei Yongjun <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions