Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150343
b: refs/heads/master
c: 8ac6d45
h: refs/heads/master
i:
  150341: 357c08b
  150339: 73fef40
  150335: 8973956
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed May 21, 2009
1 parent d942c3e commit d05ba88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: f214856540f6d704e817bf6b26a6bca9e697ee72
refs/heads/master: 8ac6d452281b01b9c7ff382d640b547379e398cd
6 changes: 2 additions & 4 deletions trunk/drivers/s390/net/ctcm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1677,10 +1677,8 @@ static void ctcm_remove_device(struct ccwgroup_device *cgdev)
BUG_ON(priv == NULL);

CTCM_DBF_TEXT_(SETUP, CTC_DBF_INFO,
"removing device %s, r/w = %s/%s, proto : %d",
priv->channel[READ]->netdev->name,
priv->channel[READ]->id, priv->channel[WRITE]->id,
priv->protocol);
"removing device %p, proto : %d",
cgdev, priv->protocol);

if (cgdev->state == CCWGROUP_ONLINE)
ctcm_shutdown_device(cgdev);
Expand Down

0 comments on commit d05ba88

Please sign in to comment.