Skip to content

Commit

Permalink
s390: ctcm_mpc: Fix build after netdev refcount changes.
Browse files Browse the repository at this point in the history
Reported-by: Sachin Sant <sachinp@in.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Oct 13, 2010
1 parent 29b4433 commit 9fbb711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/net/ctcm_mpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ void ctc_mpc_dealloc_ch(int port_num)

CTCM_DBF_TEXT_(MPC_SETUP, CTC_DBF_DEBUG,
"%s: %s: refcount = %d\n",
CTCM_FUNTAIL, dev->name, atomic_read(&dev->refcnt));
CTCM_FUNTAIL, dev->name, netdev_refcnt_read(dev));

fsm_deltimer(&priv->restart_timer);
grp->channels_terminating = 0;
Expand Down

0 comments on commit 9fbb711

Please sign in to comment.