Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87513
b: refs/heads/master
c: 8195096
h: refs/heads/master
i:
  87511: ff56753
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Mar 20, 2008
1 parent 46c8805 commit fe7b657
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d3597ea2f2fa71695ab8204691ff4562aea8357b
refs/heads/master: 8195096bf2e3756264561d7a47d547bafd4e9100
4 changes: 3 additions & 1 deletion trunk/drivers/memstick/host/jmb38x_ms.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ static int jmb38x_ms_transfer_data(struct jmb38x_ms_host *host)
{
unsigned int length;
unsigned int off;
unsigned int t_size, p_off, p_cnt;
unsigned int t_size, p_cnt;
unsigned char *buf;
struct page *pg;
unsigned long flags = 0;
Expand All @@ -288,6 +288,8 @@ static int jmb38x_ms_transfer_data(struct jmb38x_ms_host *host)
}

while (length) {
unsigned int uninitialized_var(p_off);

if (host->req->long_data) {
pg = nth_page(sg_page(&host->req->sg),
off >> PAGE_SHIFT);
Expand Down

0 comments on commit fe7b657

Please sign in to comment.