Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361481
b: refs/heads/master
c: 82f77cf
h: refs/heads/master
i:
  361479: c2381f7
v: v3
  • Loading branch information
Stefan Raspl authored and David S. Miller committed Mar 19, 2013
1 parent 4727812 commit 5bd5bf0
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: 0d4f0608619de59fd8169dd8e72aadc28d80e715
refs/heads/master: 82f77cf9704cd06c452019421e5aada3a0648c76
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/qeth_l3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3348,7 +3348,6 @@ static int __qeth_l3_set_online(struct ccwgroup_device *gdev, int recovery_mode)
rc = -ENODEV;
goto out_remove;
}
qeth_trace_features(card);

if (!card->dev && qeth_l3_setup_netdev(card)) {
rc = -ENODEV;
Expand Down Expand Up @@ -3425,6 +3424,7 @@ static int __qeth_l3_set_online(struct ccwgroup_device *gdev, int recovery_mode)
qeth_l3_set_multicast_list(card->dev);
rtnl_unlock();
}
qeth_trace_features(card);
/* let user_space know that device is online */
kobject_uevent(&gdev->dev.kobj, KOBJ_CHANGE);
mutex_unlock(&card->conf_mutex);
Expand Down

0 comments on commit 5bd5bf0

Please sign in to comment.