Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262970
b: refs/heads/master
c: 9b7bbe1
h: refs/heads/master
v: v3
  • Loading branch information
Shashidhar Hiremath authored and Chris Ball committed Aug 13, 2011
1 parent 2dd5077 commit 54bbc2c
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: 1ccd4b7bfdcfcc8cc7ffc4a9c11d3ac5b6da8ca0
refs/heads/master: 9b7bbe1085eb2b0f2d5d81f4116772cb2af497a4
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/dw_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ struct idmac_desc {

u32 des1; /* Buffer sizes */
#define IDMAC_SET_BUFFER1_SIZE(d, s) \
((d)->des1 = ((d)->des1 & 0x03ffc000) | ((s) & 0x3fff))
((d)->des1 = ((d)->des1 & 0x03ffe000) | ((s) & 0x1fff))

u32 des2; /* buffer 1 physical address */

Expand Down

0 comments on commit 54bbc2c

Please sign in to comment.