Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87132
b: refs/heads/master
c: e88a0c2
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and Greg Kroah-Hartman committed Mar 10, 2008
1 parent a4fc6fd commit 870edb3
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: fbab976d7ce4556d4212d554f766dae461d22e16
refs/heads/master: e88a0c2ca81207a75afe5bbb8020541dabf606ac
2 changes: 1 addition & 1 deletion trunk/drivers/base/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ u64 dma_get_required_mask(struct device *dev)
high_totalram += high_totalram - 1;
mask = (((u64)high_totalram) << 32) + 0xffffffff;
}
return mask & *dev->dma_mask;
return mask;
}
EXPORT_SYMBOL_GPL(dma_get_required_mask);
#endif

0 comments on commit 870edb3

Please sign in to comment.