Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15504
b: refs/heads/master
c: ab93091
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Marjamaki authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent 8760030 commit afa4589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 4fb729f5863c29e4466afb4508186303f46458e7
refs/heads/master: ab93091dd7f3d3dff9e8d1811d8344af1c52493b
5 changes: 1 addition & 4 deletions trunk/drivers/block/ub.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,10 +950,7 @@ static void ub_rw_cmd_done(struct ub_dev *sc, struct ub_scsi_cmd *cmd)

static void ub_end_rq(struct request *rq, int uptodate)
{
int rc;

rc = end_that_request_first(rq, uptodate, rq->hard_nr_sectors);
// assert(rc == 0);
end_that_request_first(rq, uptodate, rq->hard_nr_sectors);
end_that_request_last(rq);
}

Expand Down

0 comments on commit afa4589

Please sign in to comment.