From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755231AbcBPOsK (ORCPT ); Tue, 16 Feb 2016 09:48:10 -0500 Received: from mail-ob0-f182.google.com ([209.85.214.182]:36205 "EHLO mail-ob0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752535AbcBPOsH (ORCPT ); Tue, 16 Feb 2016 09:48:07 -0500 MIME-Version: 1.0 In-Reply-To: <20160216144842.1db2a67b@canb.auug.org.au> References: <20160216144842.1db2a67b@canb.auug.org.au> Date: Tue, 16 Feb 2016 15:47:37 +0100 Message-ID: Subject: Re: linux-next: build failure after merge of the gpio tree From: Linus Walleij To: Stephen Rothwell Cc: "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Nicolas Saenz Julienne Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 16, 2016 at 4:48 AM, Stephen Rothwell wrote: > Hi Linus, > > After merging the gpio tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/gpio/gpio-tps65218.c: In function 'tps65218_gpio_request': > drivers/gpio/gpio-tps65218.c:74:26: error: 'struct gpio_chip' has no member named 'desc' > unsigned long flags = gc->desc[offset].flags; > ^ > > Caused by commit > > c366c76a2c41 ("gpio: add tps65218 gpio") > > interacting with commit > > 1c3cdb186172 ("gpio: move descriptors into gpio_device") > > both from the gpio tree. What a mess. I just sent a fixup patch. I blame my ability to manage several things at the same time. Yours, Linus Walleij