mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 23:55:17 +00:00
The change fixes potential oops while accessing iomem on invalid
address, if devm_ioremap_resource() fails due to some reason.
The devm_ioremap_resource() function returns ERR_PTR() and never
returns NULL, which makes useless a following check for NULL.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| cryp_core.c | ||
| cryp_irq.c | ||
| cryp_irq.h | ||
| cryp_irqp.h | ||
| cryp_p.h | ||
| cryp.c | ||
| cryp.h | ||
| Makefile | ||