Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211556
b: refs/heads/master
c: 4789716
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed Oct 15, 2010
1 parent 6e17aac commit ca276fa
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: 16d3ea26f82271fef9b1c4523b5e1ea31fa39eec
refs/heads/master: 478971600e47cb83ff2d3c63c5c24f2b04b0d6a1
2 changes: 1 addition & 1 deletion trunk/block/bsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ static int blk_complete_sgv4_hdr_rq(struct request *rq, struct sg_io_v4 *hdr,
/*
* fill in all the output members
*/
hdr->device_status = status_byte(rq->errors);
hdr->device_status = rq->errors & 0xff;
hdr->transport_status = host_byte(rq->errors);
hdr->driver_status = driver_byte(rq->errors);
hdr->info = 0;
Expand Down

0 comments on commit ca276fa

Please sign in to comment.