Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144045
b: refs/heads/master
c: a8aa401
h: refs/heads/master
i:
  144043: 879263e
v: v3
  • Loading branch information
Johannes Berg authored and Greg Kroah-Hartman committed Apr 23, 2009
1 parent 66a6928 commit 9e2af96
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: 82a10a81c853be3859b3d222db0f372ee8d2eaa2
refs/heads/master: a8aa401f38cfb5fa26e970b48e93fb851d68fe64
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void *hcd_buffer_alloc(
if (size <= pool_max [i])
return dma_pool_alloc(hcd->pool [i], mem_flags, dma);
}
return dma_alloc_coherent(hcd->self.controller, size, dma, 0);
return dma_alloc_coherent(hcd->self.controller, size, dma, mem_flags);
}

void hcd_buffer_free(
Expand Down

0 comments on commit 9e2af96

Please sign in to comment.