Message ID | 20200817091617.28119-17-allen.cryptic@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | net: atm: convert tasklets callbacks to use from_tasklet() | expand |
diff --git a/net/atm/pppoatm.c b/net/atm/pppoatm.c index 579b66da1d95..3803be8470f7 100644 --- a/net/atm/pppoatm.c +++ b/net/atm/pppoatm.c @@ -416,7 +416,6 @@ static int pppoatm_assign_vcc(struct atm_vcc *atmvcc, void __user *arg) pvcc->chan.mtu = atmvcc->qos.txtp.max_sdu - PPP_HDRLEN - (be.encaps == e_vc ? 0 : LLC_LEN); pvcc->wakeup_tasklet = tasklet_proto; - pvcc->wakeup_tasklet.data = (unsigned long) &pvcc->chan; err = ppp_register_channel(&pvcc->chan); if (err != 0) { kfree(pvcc);