Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755481AbcKNE5g (ORCPT ); Sun, 13 Nov 2016 23:57:36 -0500 Received: from mga14.intel.com ([192.55.52.115]:17646 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752929AbcKNE5e (ORCPT ); Sun, 13 Nov 2016 23:57:34 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,488,1473145200"; d="scan'208";a="1059105187" Date: Mon, 14 Nov 2016 10:36:56 +0530 From: Vinod Koul To: Axl-zhang Cc: Maxime Ripard , Chen-Yu Tsai , Dan Williams , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v1] ARM:dmaengine:sun6i:fix the uninitialized value for v_lli Message-ID: <20161114050656.GS3000@localhost> References: <20161102053112.GA8109@arx-xi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161102053112.GA8109@arx-xi> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 398 Lines: 11 On Wed, Nov 02, 2016 at 01:31:12PM +0800, Axl-zhang wrote: > dma_pool_alloc does not initialize the value of the newly allocated > block for the v_lli, and the uninitilize value make the tests failed > which is on pine64 with dmatest. > we can fix it just change the "|=" to "=" for the v_lli->cfg. Applied after fixing the title. We dont need ARM. Also spaces after each tag please.. -- ~Vinod