Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752765AbcKYGNb (ORCPT ); Fri, 25 Nov 2016 01:13:31 -0500 Received: from mga04.intel.com ([192.55.52.120]:36911 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751437AbcKYGNY (ORCPT ); Fri, 25 Nov 2016 01:13:24 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,693,1473145200"; d="scan'208";a="1073245505" Date: Fri, 25 Nov 2016 11:49:55 +0530 From: Vinod Koul To: Hao Zhang Cc: dan.j.williams@intel.com, wens@csie.org, maxime.ripard@free-electrons.com, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@lists.infradead.org Subject: Re: [PATCH v2] dmaengine: sun6i: fix the uninitialized value for v_lli Message-ID: <20161125061954.GB6408@localhost> References: <20161119164356.GA15368@arx12> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161119164356.GA15368@arx12> 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: 328 Lines: 10 On Sun, Nov 20, 2016 at 12:43:56AM +0800, Hao 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, thanks -- ~Vinod