Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34192
b: refs/heads/master
c: dd9963f
h: refs/heads/master
v: v3
  • Loading branch information
Peter Oberparleiter authored and Martin Schwidefsky committed Sep 20, 2006
1 parent e7482e2 commit 2a4f041
Show file tree
Hide file tree
Showing 2 changed files with 3 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: dcd707b4bdc10b4fa20efa116dbaeded21513115
refs/heads/master: dd9963f9dd0985e16e878fd3632ecadfc54d3fbb
3 changes: 2 additions & 1 deletion trunk/drivers/s390/cio/chsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ __s390_process_res_acc(struct subchannel_id schid, void *data)

if (chp_mask == 0) {
spin_unlock_irq(&sch->lock);
put_device(&sch->dev);
return 0;
}
old_lpm = sch->lpm;
Expand All @@ -392,7 +393,7 @@ __s390_process_res_acc(struct subchannel_id schid, void *data)

spin_unlock_irq(&sch->lock);
put_device(&sch->dev);
return (res_data->fla_mask == 0xffff) ? -ENODEV : 0;
return 0;
}


Expand Down

0 comments on commit 2a4f041

Please sign in to comment.