forked from Minki/linux
fdde18b977
In case of error, platform_device_register_data() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().
Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes:
|
||
---|---|---|
.. | ||
acp | ||
include | ||
raven | ||
renoir | ||
vangogh | ||
yc | ||
acp3x-rt5682-max9836.c | ||
acp-da7219-max98357a.c | ||
acp-pcm-dma.c | ||
acp-rt5645.c | ||
acp.h | ||
Kconfig | ||
Makefile |