From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756742AbdLVMNc (ORCPT ); Fri, 22 Dec 2017 07:13:32 -0500 Received: from mga06.intel.com ([134.134.136.31]:47958 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756171AbdLVMNZ (ORCPT ); Fri, 22 Dec 2017 07:13:25 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,440,1508828400"; d="scan'208";a="4408437" Date: Fri, 22 Dec 2017 17:47:20 +0530 From: Vinod Koul To: Vasyl Gomonovych Cc: "Williams, Dan J" , "dmaengine@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] dmaengine: cppi41: Fix channel queues array size check Message-ID: <20171222121720.GU18649@localhost> References: <1513871584-8783-1-git-send-email-gomonovych@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513871584-8783-1-git-send-email-gomonovych@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 21, 2017 at 09:23:04PM +0530, Vasyl Gomonovych wrote: > The test should be >= ARRAY_SIZE() instead of > ARRAY_SIZE(). Applied, thanks -- ~Vinod