mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-24 09:29:17 +00:00
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:
|
||
|---|---|---|
| .. | ||
| ad1843.c | ||
| hal2.c | ||
| hal2.h | ||
| Kconfig | ||
| Makefile | ||
| sgio2audio.c | ||
| snd-n64.c | ||