Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72296
b: refs/heads/master
c: 4e01776
h: refs/heads/master
v: v3
  • Loading branch information
Emil Medve authored and Jens Axboe committed Oct 23, 2007
1 parent 74d5ff1 commit 4863088
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: de26103de56a0c482ad21296eae9b06deefc8e62
refs/heads/master: 4e0177647a3686f3658c26d52a60d0f1231c2127
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/mmci.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static inline char *mmci_kmap_atomic(struct mmci_host *host, unsigned long *flag
struct scatterlist *sg = host->sg_ptr;

local_irq_save(*flags);
return kmap_atomic(sg->page, KM_BIO_SRC_IRQ) + sg->offset;
return kmap_atomic(sg_page(sg), KM_BIO_SRC_IRQ) + sg->offset;
}

static inline void mmci_kunmap_atomic(struct mmci_host *host, void *buffer, unsigned long *flags)
Expand Down

0 comments on commit 4863088

Please sign in to comment.