From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gross Subject: Re: [PATCH] soc: qcom: smem: Silence probe defer error Date: Fri, 1 Jul 2016 16:32:39 -0500 Message-ID: <20160701213239.GB7295@hector.attlocal.net> References: <20160701211859.23471-1-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-oi0-f48.google.com ([209.85.218.48]:33997 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752233AbcGAVcl (ORCPT ); Fri, 1 Jul 2016 17:32:41 -0400 Received: by mail-oi0-f48.google.com with SMTP id s66so127456760oif.1 for ; Fri, 01 Jul 2016 14:32:41 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20160701211859.23471-1-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bjorn Andersson On Fri, Jul 01, 2016 at 02:18:59PM -0700, Stephen Boyd wrote: > If we fail to get the hwspinlock due to probe defer, we shouldn't > print an error message. Just be silent in this case. > > Cc: Bjorn Andersson > Signed-off-by: Stephen Boyd Looks good to me. This has needed to be fixed for a while. Thanks! Andy