Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87353
b: refs/heads/master
c: 9b941c6
h: refs/heads/master
i:
  87351: 480273c
v: v3
  • Loading branch information
Zhang Wei authored and Dan Williams committed Mar 13, 2008
1 parent 70134e1 commit a8f0a34
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: 56822843ff99c88c778a614851328fcbb1503d10
refs/heads/master: 9b941c6660bae673e27c207f1d20d98ef8ecd450
2 changes: 1 addition & 1 deletion trunk/drivers/dma/dmaengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ int dma_async_device_register(struct dma_device *device)
!device->device_prep_dma_zero_sum);
BUG_ON(dma_has_cap(DMA_MEMSET, device->cap_mask) &&
!device->device_prep_dma_memset);
BUG_ON(dma_has_cap(DMA_ZERO_SUM, device->cap_mask) &&
BUG_ON(dma_has_cap(DMA_INTERRUPT, device->cap_mask) &&
!device->device_prep_dma_interrupt);

BUG_ON(!device->device_alloc_chan_resources);
Expand Down

0 comments on commit a8f0a34

Please sign in to comment.