a4ca033d32
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:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
ixp4xx_crypto.c |