mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
21ef9c91f0
devm_platform_get_and_ioremap_resource() never returns NULL pointer,
it will return ERR_PTR() when it fails, so replace the check with
IS_ERR().
Fixes:
|
||
---|---|---|
.. | ||
fotg210-core.c | ||
fotg210-hcd.c | ||
fotg210-hcd.h | ||
fotg210-udc.c | ||
fotg210-udc.h | ||
fotg210.h | ||
Kconfig | ||
Makefile |