In case of error, the function devm_ioremap_resource() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| knav_dma.c | ||
| knav_qmss.h | ||
| knav_qmss_acc.c | ||
| knav_qmss_queue.c | ||
| omap_prm.c | ||
| pm33xx.c | ||
| ti_sci_inta_msi.c | ||
| ti_sci_pm_domains.c | ||
| wkup_m3_ipc.c | ||