On Fri, Jun 20, 2014 at 11:25:58AM -0400, rbasukala wrote: > Signed-off-by: rbasukala <basukalaram...@gmail.com> > --- > drivers/staging/netlogic/xlr_net.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/staging/netlogic/xlr_net.c > b/drivers/staging/netlogic/xlr_net.c > index e320d6b..3ad48a0 100644 > --- a/drivers/staging/netlogic/xlr_net.c > +++ b/drivers/staging/netlogic/xlr_net.c > @@ -1105,6 +1105,7 @@ err_gmac: > static int xlr_net_remove(struct platform_device *pdev) > { > struct xlr_net_priv *priv = platform_get_drvdata(pdev); > + > unregister_netdev(priv->ndev); > mdiobus_unregister(priv->mii_bus); > mdiobus_free(priv->mii_bus);
Any reason you didn't read the whole message my patch-bot sent to you and follow its instructions? greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/