Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131510
b: refs/heads/master
c: 9942448
h: refs/heads/master
v: v3
  • Loading branch information
Yauhen Kharuzhy authored and Pierre Ossman committed Feb 18, 2009
1 parent 72ae2b3 commit e8c6a86
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: 86a6a8749d5b8fd5c2b544fe9fd11101e3d0550f
refs/heads/master: 994244883739e4044bef76d4e5d7a9b66dc6c7b6
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/s3cmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ static void do_pio_write(struct s3cmci_host *host)

to_ptr = host->base + host->sdidata;

while ((fifo = fifo_free(host))) {
while ((fifo = fifo_free(host)) > 3) {
if (!host->pio_bytes) {
res = get_data_buffer(host, &host->pio_bytes,
&host->pio_ptr);
Expand Down

0 comments on commit e8c6a86

Please sign in to comment.