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 |