Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751858AbaJAHSY (ORCPT ); Wed, 1 Oct 2014 03:18:24 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53327 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751047AbaJAHSW (ORCPT ); Wed, 1 Oct 2014 03:18:22 -0400 Date: Wed, 1 Oct 2014 09:18:20 +0200 (CEST) From: Jiri Kosina To: Pramod Gurav cc: linux-kernel@vger.kernel.org, Linus Walleij , Alexandre Courbot , linux-input@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH] HID: cp2112: remove use of gpiochip_remove() retval In-Reply-To: <1412087049-4368-1-git-send-email-pramod.gurav@smartplayin.com> Message-ID: References: <1412087049-4368-1-git-send-email-pramod.gurav@smartplayin.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 30 Sep 2014, Pramod Gurav wrote: > Get rid of using return value from gpiochip_remove() as it returns > void. > > 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) -- Jiri Kosina SUSE Labs -- 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/