Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374664
b: refs/heads/master
c: af31826
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Vinod Koul committed Apr 15, 2013
1 parent db90c20 commit 7ef0af7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 9a188eb126aa7bf27077ee46fcb914898d6fc281
refs/heads/master: af31826d9b1ce432e033f0e91529aa1013076482
5 changes: 0 additions & 5 deletions trunk/drivers/dma/of-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ static struct of_dma *of_dma_get_controller(struct of_phandle_args *dma_spec)

spin_lock(&of_dma_lock);

if (list_empty(&of_dma_list)) {
spin_unlock(&of_dma_lock);
return NULL;
}

list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers)
if ((ofdma->of_node == dma_spec->np) &&
(ofdma->of_dma_nbcells == dma_spec->args_count)) {
Expand Down

0 comments on commit 7ef0af7

Please sign in to comment.