mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
s390: ctcm_mpc: Fix build after netdev refcount changes.
Reported-by: Sachin Sant <sachinp@in.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
29b4433d99
commit
9fbb711ee1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user