From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Subject: Re: [PATCH 8/8] net: davinci_mdio: use platform_{get,set}_drvdata() Date: Mon, 12 Aug 2013 22:23:02 +0530 Message-ID: <520912EE.1080202@ti.com> References: <5208E231.60104@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: David Miller , , , , , LKML , Li Zefan To: Libo Chen Return-path: In-Reply-To: <5208E231.60104@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Monday 12 August 2013 06:55 PM, Libo Chen wrote: > Use the wrapper functions for getting and setting the driver data using > platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev, > so we can directly pass a struct platform_device. > > Signed-off-by: Libo Chen Looks good. Acked-by: Mugunthan V N Regards Mugunthan V N