Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116295
b: refs/heads/master
c: 6fdb8bd
h: refs/heads/master
i:
  116293: e40aef2
  116291: 4b2cff5
  116287: ce40a85
v: v3
  • Loading branch information
Andrew Morton authored and Dan Williams committed Sep 19, 2008
1 parent 7ce6eb5 commit d5f4f5f
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: 6b3141962dc82cfe1c30afdf91d564b309859cbe
refs/heads/master: 6fdb8bd47111d3f94be221082b725ec2dec1d5c7
2 changes: 1 addition & 1 deletion trunk/drivers/dma/dmatest.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ static enum dma_state_client dmatest_add_channel(struct dma_chan *chan)
if (dtc->chan == chan)
return DMA_DUP;

dtc = kmalloc(sizeof(struct dmatest_chan), GFP_ATOMIC);
dtc = kmalloc(sizeof(struct dmatest_chan), GFP_KERNEL);
if (!dtc) {
pr_warning("dmatest: No memory for %s\n", chan->dev.bus_id);
return DMA_NAK;
Expand Down

0 comments on commit d5f4f5f

Please sign in to comment.