mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 03:59:22 +02: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 | ||