Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101193
b: refs/heads/master
c: 5d0cc8a
h: refs/heads/master
i:
  101191: 4d113ef
v: v3
  • Loading branch information
Harvey Harrison authored and Bartlomiej Zolnierkiewicz committed Jul 15, 2008
1 parent 5452ada commit 067624f
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: a792bd5a407872714942f50bf24083874ce03745
refs/heads/master: 5d0cc8ae29b310ceb6516a6840ca22738aab7820
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-tape.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ static void idetape_analyze_error(ide_drive_t *drive, u8 *sense)
if (pc->flags & PC_FLAG_DMA_ERROR) {
pc->xferred = pc->req_xfer -
tape->blk_size *
be32_to_cpu(get_unaligned((u32 *)&sense[3]));
get_unaligned_be32(&sense[3]);
idetape_update_buffers(pc);
}

Expand Down

0 comments on commit 067624f

Please sign in to comment.