Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754240AbbGWWXx (ORCPT ); Thu, 23 Jul 2015 18:23:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46193 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753748AbbGWWXu (ORCPT ); Thu, 23 Jul 2015 18:23:50 -0400 Date: Thu, 23 Jul 2015 15:23:49 -0700 From: Greg Kroah-Hartman To: Guenter Roeck Cc: Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux-cris-kernel@axis.com, Jesper Nilsson , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: Re: [PATCH -next] serial: etraxfs-uart: Update gpiod API Message-ID: <20150723222349.GB9973@kroah.com> References: <1437510892-30376-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1437510892-30376-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 841 Lines: 21 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. thanks, greg k-h -- 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/