From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@st.com (Viresh Kumar) Date: Mon, 16 Jan 2012 16:22:26 +0530 Subject: [PATCH 5/8] dmaengine/dw_dmac: Use platform_get_drvdata instead of accessing dev directly In-Reply-To: <4F14004F.2010906@ru.mvista.com> References: <51d3263224d48c1d68de1449af28fb1570900254.1326707233.git.viresh.kumar@st.com> <4F14004F.2010906@ru.mvista.com> Message-ID: <4F14016A.4090209@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 1/16/2012 4:17 PM, Sergei Shtylyov wrote: >> > Use already defined function platform_get_drvdata() instead of accessing >> > pdev->dev.data. > pdev->dev.platform_data. > Oops!! Will fix comment once i get comments over other patches too. -- viresh From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754132Ab2APKwy (ORCPT ); Mon, 16 Jan 2012 05:52:54 -0500 Received: from eu1sys200aog108.obsmtp.com ([207.126.144.125]:34084 "EHLO eu1sys200aog108.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753228Ab2APKwx (ORCPT ); Mon, 16 Jan 2012 05:52:53 -0500 Message-ID: <4F14016A.4090209@st.com> Date: Mon, 16 Jan 2012 16:22:26 +0530 From: Viresh Kumar User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: Sergei Shtylyov Cc: "vinod.koul@intel.com" , "dan.j.williams@intel.com" , Pratyush ANAND , Rajeev KUMAR , "linux@arm.linux.org.uk" , Bhupesh SHARMA , Armando VISCONTI , "linus.walleij@linaro.org" , Mirko GARDI , "linux-kernel@vger.kernel.org" , Vipin KUMAR , Shiraz HASHIM , Amit VIRDI , Vipul Kumar SAMAR , "viresh.linux@gmail.com" , Deepak SIKRI , Bhavna YADAV , "linux-arm-kernel@lists.infradead.org" , Vincenzo FRASCINO Subject: Re: [PATCH 5/8] dmaengine/dw_dmac: Use platform_get_drvdata instead of accessing dev directly References: <51d3263224d48c1d68de1449af28fb1570900254.1326707233.git.viresh.kumar@st.com> <4F14004F.2010906@ru.mvista.com> In-Reply-To: <4F14004F.2010906@ru.mvista.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/16/2012 4:17 PM, Sergei Shtylyov wrote: >> > Use already defined function platform_get_drvdata() instead of accessing >> > pdev->dev.data. > pdev->dev.platform_data. > Oops!! Will fix comment once i get comments over other patches too. -- viresh