Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31047
b: refs/heads/master
c: 8e53cfc
h: refs/heads/master
i:
  31045: 4037dc3
  31043: a16185c
  31039: bf03e5b
v: v3
  • Loading branch information
Eric Sesterhenn authored and Linus Torvalds committed Jun 29, 2006
1 parent a116ec8 commit 5db6949
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: 85bd84345f64cb953101ddd8ab1340dde351c579
refs/heads/master: 8e53cfc8f20345713fab7e290e19514a8032bb06
2 changes: 1 addition & 1 deletion trunk/drivers/block/paride/pf.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ static int pf_detect(void)
if (pi_init(pf->pi, 0, conf[D_PRT], conf[D_MOD],
conf[D_UNI], conf[D_PRO], conf[D_DLY],
pf_scratch, PI_PF, verbose, pf->name)) {
if (!pf_probe(pf) && pf->disk) {
if (pf->disk && !pf_probe(pf)) {
pf->present = 1;
k++;
} else
Expand Down

0 comments on commit 5db6949

Please sign in to comment.