Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84418
b: refs/heads/master
c: d6a451d
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and James Bottomley committed Feb 8, 2008
1 parent 671ad69 commit de47f9b
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: 62e9f5c4671a3026639b01ec84a3063f03bead4c
refs/heads/master: d6a451dd4d7ec805f9a21bb1994ce8ceaecc8fe6
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/u14-34f.c
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ static void scsi_to_dev_dir(unsigned int i, unsigned int j) {
cpp->xdir = DTD_IN;
return;
}
else if (SCpnt->sc_data_direction == DMA_FROM_DEVICE) {
else if (SCpnt->sc_data_direction == DMA_TO_DEVICE) {
cpp->xdir = DTD_OUT;
return;
}
Expand Down

0 comments on commit de47f9b

Please sign in to comment.