mirror of
https://github.com/torvalds/linux.git
synced 2026-08-05 23:09:42 +02:00
When devm_kcalloc fails, it forgets to call edma_free_slot.
Replace direct return with failure handler to fix it.
Fixes:
|
||
|---|---|---|
| .. | ||
| cppi41.c | ||
| dma-crossbar.c | ||
| edma.c | ||
| Kconfig | ||
| Makefile | ||
| omap-dma.c | ||