Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26289
b: refs/heads/master
c: 6dcfca7
h: refs/heads/master
i:
  26287: 4b77b46
v: v3
  • Loading branch information
Stefan Bader authored and Linus Torvalds committed Apr 28, 2006
1 parent 749b826 commit 8c976a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 329b785bcee5d001f97a33bdb80de014bb5020b0
refs/heads/master: 6dcfca78d4c036c9d012f913e2a622aae218827f
4 changes: 2 additions & 2 deletions trunk/drivers/s390/cio/chsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,13 +635,13 @@ __chp_add(struct subchannel_id schid, void *data)
if (sch->schib.pmcw.chpid[i] == chp->id) {
if (stsch(sch->schid, &sch->schib) != 0) {
/* Endgame. */
spin_unlock(&sch->lock);
spin_unlock_irq(&sch->lock);
return -ENXIO;
}
break;
}
if (i==8) {
spin_unlock(&sch->lock);
spin_unlock_irq(&sch->lock);
return 0;
}
sch->lpm = ((sch->schib.pmcw.pim &
Expand Down

0 comments on commit 8c976a4

Please sign in to comment.