Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87485
b: refs/heads/master
c: 8d8002f
h: refs/heads/master
i:
  87483: c8915a7
v: v3
  • Loading branch information
Dan Williams committed Mar 19, 2008
1 parent 890468c commit a19009f
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: f79abb627f033c85a6088231f20c85bc4a9bd757
refs/heads/master: 8d8002f642886ae256a3c5d70fe8aff4faf3631a
2 changes: 1 addition & 1 deletion trunk/crypto/async_tx/async_xor.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ async_xor_zero_sum(struct page *dest, struct page **src_list,

BUG_ON(src_cnt <= 1);

if (device) {
if (device && src_cnt <= device->max_xor) {
dma_addr_t *dma_src = (dma_addr_t *) src_list;
unsigned long dma_prep_flags = cb_fn ? DMA_PREP_INTERRUPT : 0;
int i;
Expand Down

0 comments on commit a19009f

Please sign in to comment.