From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751877AbdGSEGe (ORCPT ); Wed, 19 Jul 2017 00:06:34 -0400 Received: from mga11.intel.com ([192.55.52.93]:51716 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751749AbdGSEGc (ORCPT ); Wed, 19 Jul 2017 00:06:32 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,379,1496127600"; d="scan'208";a="1197071647" Date: Wed, 19 Jul 2017 09:39:18 +0530 From: Vinod Koul To: Sinan Kaya Cc: dmaengine@vger.kernel.org, timur@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andy Gross , David Brown , Dan Williams , linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] dmaengine: qcom_hidma: correct overriding message Message-ID: <20170719040917.GD3053@localhost> References: <1500215438-30672-1-git-send-email-okaya@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500215438-30672-1-git-send-email-okaya@codeaurora.org> 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 Sun, Jul 16, 2017 at 10:30:37AM -0400, Sinan Kaya wrote: > A false overriding information is being presented during boot > under this scenario. > > 1. First object checks for kernel command line value against zero. > 2. It doesn't find it, it sets the command line variable to the > value coming from ACPI/DT. > 3. Second object is being probed. > 4. Second object sees that the value of kernel command line > override is non-zero, it prints an overriding message even though > value matches ACPI/DT value. > > hidma-mgmt QCOM8060:03: overriding max-write-burst-bytes: 1024 > > Add an additional check to verify that kernel command line value > is different from the ACPI/DT value. Applied both, thanks -- ~Vinod