Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332878
b: refs/heads/master
c: 0274788
h: refs/heads/master
v: v3
  • Loading branch information
Inderpal Singh authored and Vinod Koul committed Sep 18, 2012
1 parent ca759ee commit f462a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c71b8eb268ee38235f7e924d943ea9d90e59469
refs/heads/master: 027478851791df751176398be02a3b1c5f6aa824
2 changes: 1 addition & 1 deletion trunk/drivers/dma/pl330.c
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@ static int pl330_alloc_chan_resources(struct dma_chan *chan)
pch->pl330_chid = pl330_request_channel(&pdmac->pif);
if (!pch->pl330_chid) {
spin_unlock_irqrestore(&pch->lock, flags);
return 0;
return -ENOMEM;
}

tasklet_init(&pch->task, pl330_tasklet, (unsigned long) pch);
Expand Down

0 comments on commit f462a67

Please sign in to comment.