From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pramod Gurav Subject: Re: [PATCH] HID: cp2112: remove use of gpiochip_remove() retval Date: Wed, 01 Oct 2014 13:49:16 +0530 Message-ID: <542BB904.1010705@smartplayin.com> References: <1412087049-4368-1-git-send-email-pramod.gurav@smartplayin.com> <542BACB3.3010203@smartplayin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp82.ord1c.emailsrvr.com ([108.166.43.82]:48358 "EHLO smtp82.ord1c.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751613AbaJAIPn (ORCPT ); Wed, 1 Oct 2014 04:15:43 -0400 In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Jiri Kosina Cc: linux-kernel@vger.kernel.org, Linus Walleij , Alexandre Courbot , linux-input@vger.kernel.org, linux-gpio@vger.kernel.org On Wednesday 01 October 2014 01:31 PM, Jiri Kosina wrote: > On Wed, 1 Oct 2014, Pramod Gurav wrote: > >>>>> Cc: Linus Walleij >>>>> Cc: Alexandre Courbot >>>>> Cc: Jiri Kosina >>>>> Cc: linux-input@vger.kernel.org >>>>> Cc: linux-gpio@vger.kernel.org >>>>> >>>>> Signed-off-by: Pramod Gurav >>> I guess this depends on some other patch that hasn't gone to Linus yet, >>> right? As Linus' tree currently has this prototype: >>> >>> int gpiochip_remove(struct gpio_chip *chip) >> >> Yes. It is yet to make it to linus's tree. But the change is there in >> linux-next master branch. > > Alright. It probably makes most sense to take this patch together with the > prototype change in one pile (i.e. not through my tree). > > For that purpose > > Acked-by: Jiri Kosina Jiri, Just realized when Linus told me these changes are already in his tree as well as in mast of linux-tree. Sorry for spaming and late realizing this. >