Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753435AbbGXGdi (ORCPT ); Fri, 24 Jul 2015 02:33:38 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:44247 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbbGXGdg (ORCPT ); Fri, 24 Jul 2015 02:33:36 -0400 Date: Fri, 24 Jul 2015 08:33:27 +0200 From: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= To: Greg Kroah-Hartman Cc: Guenter Roeck , Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux-cris-kernel@axis.com, Jesper Nilsson , Linus Walleij Subject: Re: [PATCH -next] serial: etraxfs-uart: Update gpiod API Message-ID: <20150724063327.GI745@pengutronix.de> References: <1437510892-30376-1-git-send-email-linux@roeck-us.net> <20150723222349.GB9973@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150723222349.GB9973@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1152 Lines: 26 On Thu, Jul 23, 2015 at 03:23:49PM -0700, Greg Kroah-Hartman wrote: > On Tue, Jul 21, 2015 at 01:34:52PM -0700, Guenter Roeck wrote: > > Commit b17d1bf16cc7 ("gpio: make flags mandatory for gpiod_get functions") > > makes the flags argument to devm_gpiod_get_optional mandatory but does not > > update all users. This results in the following build error. > > > > drivers/tty/serial/etraxfs-uart.c:933:16: error: > > too few arguments to function ‘devm_gpiod_get_optional’ > > > > Fixes: b17d1bf16cc7 ("gpio: make flags mandatory for gpiod_get functions") > > This patch isn't in Linus's tree, so whatever tree this commit is in, > needs to also take this fix. It is in Linus's tree. The Walleij one though, not Torvalds :-) Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/