Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96014
b: refs/heads/master
c: ab1a852
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed May 5, 2008
1 parent e160000 commit f888615
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: 5717922a1b8cc477f45a0f4f11fe619392ba7133
refs/heads/master: ab1a852128d6f0677999eecbf6d04bf9f6fe9a9a
2 changes: 1 addition & 1 deletion trunk/drivers/ide/legacy/falconide.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static void falconide_output_data(ide_drive_t *drive, struct request *rq,
unsigned long data_addr = drive->hwif->io_ports.data_addr;

if (drive->media == ide_disk && rq && rq->cmd_type == REQ_TYPE_FS)
return outsw(data_adr, buf, (len + 1) / 2);
return outsw(data_addr, buf, (len + 1) / 2);

outsw_swapw(data_addr, buf, (len + 1) / 2);
}
Expand Down

0 comments on commit f888615

Please sign in to comment.