From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751005AbdEAWX0 (ORCPT ); Mon, 1 May 2017 18:23:26 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:36446 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750767AbdEAWXY (ORCPT ); Mon, 1 May 2017 18:23:24 -0400 Subject: Re: [PATCH] of: undeclared variable when CONFIG_DEBUG_LOCK_ALLOC To: "Rowand, Frank" , Rob Herring References: <1493582403-12291-1-git-send-email-frank.rowand@sony.com> Cc: Stephen Boyd , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" From: Frank Rowand Message-ID: <5907B55A.1080803@gmail.com> Date: Mon, 1 May 2017 15:23:22 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/01/17 14:20, Rowand, Frank wrote: > On Monday, May 01, 2017 1:13 PM, Rob Herring [mailto:robh+dt@kernel.org] wrote: >> >> On Sun, Apr 30, 2017 at 3:00 PM, Frank Rowand >> wrote: >>> An undeclared variable was used in a macro that evaluates to nothing >>> when CONFIG_DEBUG_LOCK_ALLOC is not defined. Change to use the correct >>> variable that does exist. >>> >>> --- >>> >>> reported by kbuild test robot on on robh/for-next >>> https://lkml.org/lkml/2017/4/29/134 >> >> That's a bit misleading because I've not applied the offending patch. >> Please squash this. >> >> Rob > > Does "squash this" mean to redo the original path to include this fix? ^^^^ patch > > Thanks, > > Frank >