Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26704
b: refs/heads/master
c: 698d070
h: refs/heads/master
v: v3
  • Loading branch information
Greg Smith authored and Linus Torvalds committed May 15, 2006
1 parent 635d11b commit d6aa864
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: ac924c6034d9095f95ee889f7e31bbb9145da0c2
refs/heads/master: 698d070746770aaaec78ab4ffa3ab1f1d5c6abe8
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/lcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ lcs_irq(struct ccw_device *cdev, unsigned long intparm, struct irb *irb)
index = (struct ccw1 *) __va((addr_t) irb->scsw.cpa)
- channel->ccws;
if ((irb->scsw.actl & SCSW_ACTL_SUSPENDED) ||
(irb->scsw.cstat | SCHN_STAT_PCI))
(irb->scsw.cstat & SCHN_STAT_PCI))
/* Bloody io subsystem tells us lies about cpa... */
index = (index - 1) & (LCS_NUM_BUFFS - 1);
while (channel->io_idx != index) {
Expand Down

0 comments on commit d6aa864

Please sign in to comment.