Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98961
b: refs/heads/master
c: ae437a4
h: refs/heads/master
i:
  98959: a8bfc1e
v: v3
  • Loading branch information
Sebastian Ott authored and Heiko Carstens committed Jul 14, 2008
1 parent 0fc5e15 commit afabbb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 23f626894765d4c03b72a0d21e44bc46f5ccd12b
refs/heads/master: ae437a452ed20f9d13c1f17b0356201d54394efa
8 changes: 1 addition & 7 deletions trunk/drivers/s390/cio/device_fsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,21 +346,15 @@ ccw_device_oper_notify(struct work_struct *work)
struct ccw_device_private *priv;
struct ccw_device *cdev;
int ret;
unsigned long flags;

priv = container_of(work, struct ccw_device_private, kick_work);
cdev = priv->cdev;
ret = ccw_device_notify(cdev, CIO_OPER);
spin_lock_irqsave(cdev->ccwlock, flags);
if (ret) {
/* Reenable channel measurements, if needed. */
spin_unlock_irqrestore(cdev->ccwlock, flags);
cmf_reenable(cdev);
spin_lock_irqsave(cdev->ccwlock, flags);
wake_up(&cdev->private->wait_q);
}
spin_unlock_irqrestore(cdev->ccwlock, flags);
if (!ret)
} else
/* Driver doesn't want device back. */
ccw_device_do_unreg_rereg(work);
}
Expand Down

0 comments on commit afabbb6

Please sign in to comment.