mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-17 22:04:19 +00:00
Smatch complains that "dma" is uninitialized if dma_pool_alloc() fails.
This is true, but also harmless. Anyway, move the assignment after the
error checking to silence this warning.
Fixes:
|
||
|---|---|---|
| .. | ||
| ixp4xx_crypto.c | ||
| Kconfig | ||
| Makefile | ||