Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108960
b: refs/heads/master
c: 0686e40
h: refs/heads/master
v: v3
  • Loading branch information
Jan Glauber authored and Martin Schwidefsky committed Aug 21, 2008
1 parent 089b1a9 commit 3b47e3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 58eb27cd7f4f1de2932b3e0e39ea54a27e9fef43
refs/heads/master: 0686e402c365c92396d4c7abfaa24810f9cb77cc
4 changes: 0 additions & 4 deletions trunk/drivers/s390/cio/qdio_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,6 @@ int qdio_shutdown(struct ccw_device *cdev, int how)

qdio_set_state(irq_ptr, QDIO_IRQ_STATE_INACTIVE);
mutex_unlock(&irq_ptr->setup_mutex);
module_put(THIS_MODULE);
if (rc)
return rc;
return 0;
Expand Down Expand Up @@ -1399,9 +1398,6 @@ int qdio_establish(struct qdio_initialize *init_data)
if (cdev->private->state != DEV_STATE_ONLINE)
return -EINVAL;

if (!try_module_get(THIS_MODULE))
return -EINVAL;

mutex_lock(&irq_ptr->setup_mutex);
qdio_setup_irq(init_data);

Expand Down

0 comments on commit 3b47e3a

Please sign in to comment.