diff options
| -rw-r--r-- | drivers/dma/iop-adma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c index e5c62b75f36f..b011b5ae22a2 100644 --- a/drivers/dma/iop-adma.c +++ b/drivers/dma/iop-adma.c | |||
| @@ -284,7 +284,7 @@ iop_adma_alloc_slots(struct iop_adma_chan *iop_chan, int num_slots, | |||
| 284 | int slots_per_op) | 284 | int slots_per_op) |
| 285 | { | 285 | { |
| 286 | struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL; | 286 | struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL; |
| 287 | struct list_head chain = LIST_HEAD_INIT(chain); | 287 | LIST_HEAD(chain); |
| 288 | int slots_found, retry = 0; | 288 | int slots_found, retry = 0; |
| 289 | 289 | ||
| 290 | /* start search from the last allocated descrtiptor | 290 | /* start search from the last allocated descrtiptor |
