Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33743
b: refs/heads/master
c: 3b88508
h: refs/heads/master
i:
  33741: 9b32894
  33739: 884ce00
  33735: 2d5744d
  33727: 651b23d
v: v3
  • Loading branch information
Peter Oberparleiter authored and Martin Schwidefsky committed Aug 30, 2006
1 parent 010a528 commit 8d69430
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: 292888c81e74115db5e5a4a838f730a7c3662982
refs/heads/master: 3b88508a31a77eb3487154922e1eff282dc1d863
4 changes: 2 additions & 2 deletions trunk/drivers/s390/cio/chsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ s390_subchannel_remove_chpid(struct device *dev, void *data)
/* Check for single path devices. */
if (sch->schib.pmcw.pim == 0x80)
goto out_unreg;
if (sch->vpm == mask)
goto out_unreg;

if ((sch->schib.scsw.actl & SCSW_ACTL_DEVACT) &&
(sch->schib.scsw.actl & SCSW_ACTL_SCHACT) &&
Expand All @@ -258,6 +256,8 @@ s390_subchannel_remove_chpid(struct device *dev, void *data)
/* trigger path verification. */
if (sch->driver && sch->driver->verify)
sch->driver->verify(&sch->dev);
else if (sch->vpm == mask)
goto out_unreg;
out_unlock:
spin_unlock_irq(&sch->lock);
return 0;
Expand Down

0 comments on commit 8d69430

Please sign in to comment.