From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshihiro Shimoda Date: Thu, 17 Feb 2011 06:51:44 +0000 Subject: Re: [RFC, PATCH 2/4] net: sh_eth: remove the SH_TSU_ADDR Message-Id: <4D5CC580.9080905@renesas.com> List-Id: References: <4D5A67CF.3040406@renesas.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Nobuhiro Iwamatsu Cc: netdev@vger.kernel.org, SH-Linux 2011/02/17 9:24, Nobuhiro Iwamatsu wrote: >> @@ -1559,7 +1565,9 @@ out: >> static int sh_eth_drv_remove(struct platform_device *pdev) >> { >> struct net_device *ndev = platform_get_drvdata(pdev); >> + struct sh_eth_private *mdp = netdev_priv(ndev); >> >> + iounmap(mdp->tsu_addr); >> sh_mdio_release(ndev); >> unregister_netdev(ndev); >> pm_runtime_disable(&pdev->dev); > > You forget to fix for ARSTR. Thank you for your point! I will fix it. Best regards, Yoshihiro Shimoda