Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148040
b: refs/heads/master
c: 1da2019
h: refs/heads/master
v: v3
  • Loading branch information
Kai Makisara authored and James Bottomley committed May 23, 2009
1 parent 2ddf89d commit c423b6b
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: 5c10e63c943b4c67561ddc6bf61e01d4141f881f
refs/heads/master: 1da2019fffc65c02a613305919bac28c9bdfaf99
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/st.c
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,7 @@ static int st_int_ioctl(struct scsi_tape *STp, unsigned int cmd_in, unsigned lon
!(STp->use_pf & PF_TESTED)) {
/* Try the other possible state of Page Format if not
already tried */
STp->use_pf = !STp->use_pf | PF_TESTED;
STp->use_pf = (STp->use_pf ^ USE_PF) | PF_TESTED;
st_release_request(SRpnt);
SRpnt = NULL;
return st_int_ioctl(STp, cmd_in, arg);
Expand Down

0 comments on commit c423b6b

Please sign in to comment.