Dan Carpenter schrieb: > We don't use the "ser" variable so I've removed it. > > Signed-off-by: Dan Carpenter <error27@xxxxxxxxx> > > diff --git a/drivers/net/caif/caif_serial.c b/drivers/net/caif/caif_serial.c > index 09257ca..f30a6a0 100644 > --- a/drivers/net/caif/caif_serial.c > +++ b/drivers/net/caif/caif_serial.c > @@ -410,8 +410,6 @@ static void caifdev_setup(struct net_device *dev) > > static int caif_net_open(struct net_device *dev) > { > - struct ser_device *ser; > - ser = netdev_priv(dev); > netif_wake_queue(dev); > return 0; > } what makes caif_net_open() obsolet ? re, wh -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html