aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2021-02-24 01:38:03 +0000
committerTakashi Iwai <tiwai@suse.de>2021-02-25 10:29:13 +0100
commitc88fb897c1fb5a590dc6353ac4b01c8f46a347b3 (patch)
treebe4ff9ce88e52f0739789be18378c342613f3e89 /tools/perf/scripts/python/export-to-postgresql.py
parentMerge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (diff)
downloadwireguard-linux-c88fb897c1fb5a590dc6353ac4b01c8f46a347b3.tar.xz
wireguard-linux-c88fb897c1fb5a590dc6353ac4b01c8f46a347b3.zip
ALSA: n64: Fix return value check in n64audio_probe()
In case of error, the function devm_platform_ioremap_resource() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Fixes: 1448f8acf4cc ("sound: Add n64 driver") Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Reviewed-by: Lauri Kasanen <cand@gmx.com> Link: https://lore.kernel.org/r/20210224013803.2146953-1-weiyongjun1@huawei.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions