Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67601
b: refs/heads/master
c: cbd09db
h: refs/heads/master
i:
  67599: bb3bbe0
v: v3
  • Loading branch information
Linus Torvalds committed Oct 12, 2007
1 parent 5a806ff commit 8070e81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d4faaecbcc6d9ea4f7c05f6de6af98e2336a4afb
refs/heads/master: cbd09dbbb62096c1da627eca865f988d2ed0a84e
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/sysdev/axonram.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ axon_ram_make_request(struct request_queue *queue, struct bio *bio)
transfered = 0;
bio_for_each_segment(vec, bio, idx) {
if (unlikely(phys_mem + vec->bv_len > phys_end)) {
bio_io_error(bio, bio->bi_size);
bio_io_error(bio);
rc = -ERANGE;
break;
}
Expand All @@ -131,7 +131,7 @@ axon_ram_make_request(struct request_queue *queue, struct bio *bio)
phys_mem += vec->bv_len;
transfered += vec->bv_len;
}
bio_endio(bio, transfered, 0);
bio_endio(bio, 0);

return rc;
}
Expand Down

0 comments on commit 8070e81

Please sign in to comment.