Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15475
b: refs/heads/master
c: bd39b7f
h: refs/heads/master
i:
  15473: 8ce0f7b
  15471: 31fe474
v: v3
  • Loading branch information
Chris Humbert authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent f933d99 commit f7e61bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d3202949c9ac6e135d98bde15a8f05ad3fa5849
refs/heads/master: bd39b7f195e5a780a3c6710eb1c1450f158a1f31
3 changes: 3 additions & 0 deletions trunk/drivers/usb/core/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ int hcd_buffer_create (struct usb_hcd *hcd)
char name [16];
int i, size;

if (!hcd->self.controller->dma_mask)
return 0;

for (i = 0; i < HCD_BUFFER_POOLS; i++) {
if (!(size = pool_max [i]))
continue;
Expand Down

0 comments on commit f7e61bc

Please sign in to comment.