This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Thu May 9 11:00:06 2024 >From spaans Thu May 21 18:04:19 2015 Received: from pop.ziggo.nl [212.54.42.19] by squeeze.vs19.net with POP3 (fetchmail-6.3.21) for (single-drop); Thu, 21 May 2015 18:04:19 +0200 (CEST) Received: from md4.tb.mail.iss.local ([212.54.42.148]) by mc5.tb.mail.iss.local (Dovecot) with LMTP id m9pdCqv+XVWEKAAAh0Kp1A for ; Thu, 21 May 2015 17:50:32 +0200 Received: from mx20.tb.mail.iss.as9143.net ([212.54.42.148]) by md4.tb.mail.iss.local (Dovecot) with LMTP id WwqREmAoLVXXEwAAkz+7wA ; Thu, 21 May 2015 17:51:06 +0200 Received: from vger.kernel.org ([209.132.180.67]) by mx20.tb.mail.iss.as9143.net with esmtp (Exim 4.82) (envelope-from ) id 1YvSjw-0005lU-4W for bmw12-lkml@ziggo.nl; Thu, 21 May 2015 17:50:32 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756585AbbEUPu2 (ORCPT ); Thu, 21 May 2015 11:50:28 -0400 Received: from mga14.intel.com ([192.55.52.115]:11968 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755942AbbEUPuZ convert rfc822-to-8bit (ORCPT ); Thu, 21 May 2015 11:50:25 -0400 Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 21 May 2015 08:50:23 -0700 X-ExtLoop1: 1 X-Ironport-AV: E=Sophos;i="5.13,469,1427785200"; d="scan'208";a="496607352" Received: from vkoul-udesk7.iind.intel.com (HELO localhost.localdomain) ([10.223.84.34]) by FMSMGA003.fm.intel.com with ESMTP; 21 May 2015 08:50:19 -0700 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t4LFpPCJ005829; Thu, 21 May 2015 21:21:26 +0530 Received: (from vkoul@localhost) by localhost.localdomain (8.14.4/8.14.4/Submit) id t4LFpPlK005828; Thu, 21 May 2015 21:21:25 +0530 X-Authentication-Warning: localhost.localdomain: vkoul set sender to vinod.koul@intel.com using -f Date: Thu, 21 May 2015 21:21:25 +0530 From: Vinod Koul To: Maninder Singh Cc: dan.j.williams@intel.com, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [EDT][PATCH 1/1] dma/pl330.c : Initialize pl330 pointer after NULL check of pch pointer Message-Id: <20150521155125.GO3140@localhost> References: <1162474717.380131432011625902.JavaMail.weblogic@ep2mlwas07b> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <1162474717.380131432011625902.JavaMail.weblogic@ep2mlwas07b> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-Id: X-Mailing-List: linux-kernel@vger.kernel.org X-Ziggo-spamsetting: Instelling=Gemiddeld Scorelimiet=14 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.1 cv=MpT+kTue c=1 sm=0 tr=0 a=UK1r566ZdBxH71SXbqIOeA==:17 a=wom5GMh1gUkA:10 a=IkcTkHD0fZMA:10 a=QyXUC8HyAAAA:8 a=VwQbUJbxAAAA:8 a=cIF5Tx0qAAAA:8 a=h1PgugrvaO0A:10 a=hD80L64hAAAA:8 a=W0vUJOdyAAAA:8 a=3OTJvurFofvDxCOKHw4A:9 a=QEXdDO2ut3Y X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No On Tue, May 19, 2015 at 05:00:27AM +0000, Maninder Singh wrote: > EP-AA9D1F29B02341529D96C06444D8471D Whats this, please sned patch ina proper format, git format-patch is your friend, use it > > Hi, > Subject: [PATCH 1/1] dma/pl330.c : Initialize pl330 pointer after NULL check of pch pointer patch title doesn't match expectations, use the right subsystem name, and also please explain why yoy are doing this > > Signed-off-by: Maninder Singh > Reviewed-By: Vaneet Narang > --- > drivers/dma/pl330.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c > index a7d9d30..7e27144 100644 > --- a/drivers/dma/pl330.c > +++ b/drivers/dma/pl330.c > @@ -2581,12 +2581,14 @@ pl330_prep_dma_memcpy(struct dma_chan *chan, dma_addr_t dst, > { > struct dma_pl330_desc *desc; > struct dma_pl330_chan *pch = to_pchan(chan); > - struct pl330_dmac *pl330 = pch->dmac; > + struct pl330_dmac *pl330; > int burst; > > if (unlikely(!pch || !len)) > return NULL; > > + pl330 = pch->dmac; > + > desc = __pl330_prep_dma_memcpy(pch, dst, src, len); > if (!desc) > return NULL; > -- > 1.7.1 > > Thanks > Maninder Singh¢éì¹»®&Þ~º&¶¬–+-±éݶ¥Šw®žË›±ÊâmçfiéàŠw¢žØ^n‡r¡ö¦zË?ëh™¨è­Ú&¢ø®G«?éh®(­éšŽŠÝ¢j"?ú¶m§ÿï?êäz¹Þ–Šàþf£¢·hšˆ§~ˆmš Nice signature! -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/