From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753341AbbGXCeJ (ORCPT ); Thu, 23 Jul 2015 22:34:09 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:34740 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752207AbbGXCeG (ORCPT ); Thu, 23 Jul 2015 22:34:06 -0400 User-Agent: K-9 Mail for Android In-Reply-To: <20150724114936.3381b80c@canb.auug.org.au> References: <20150724114936.3381b80c@canb.auug.org.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: linux-next: build failure after merge of the input tree From: Dmitry Torokhov Date: Thu, 23 Jul 2015 19:33:56 -0700 To: Stephen Rothwell CC: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <2C7FE445-2730-40BF-9CB3-F193D4018C8A@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On July 23, 2015 6:49:36 PM PDT, Stephen Rothwell wrote: >Hi Dmitry, > >After merging the input tree, today's linux-next build (arm >multi_v7_defconfig) failed like this: > >drivers/input/keyboard/samsung-keypad.c: In function >'samsung_keypad_parse_dt': >drivers/input/keyboard/samsung-keypad.c:302:40: error: 'pp' undeclared >(first use in this function) > pdata->wakeup = of_property_read_bool(pp, "wakeup-source") || > ^ > >Caused by commit > >7e324dd6cc21 ("Input: samsung-keypad - change name of wakeup property") Sorry about this, you managed to grab the tree in the couple of hours while the bad commit was there, it should all be corrected now. Thanks. -- Dmitry