Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752432Ab2FSKc5 (ORCPT ); Tue, 19 Jun 2012 06:32:57 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]:60454 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751898Ab2FSKc4 convert rfc822-to-8bit (ORCPT ); Tue, 19 Jun 2012 06:32:56 -0400 MIME-Version: 1.0 Reply-To: axel.lin@gmail.com In-Reply-To: <22448380.601061340101146820.JavaMail.weblogic@epml24> References: <22448380.601061340101146820.JavaMail.weblogic@epml24> From: Axel Lin Date: Tue, 19 Jun 2012 18:32:35 +0800 Message-ID: Subject: Re: [PATCH 1/2] extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leak To: myungjoo.ham@samsung.com Cc: "linux-kernel@vger.kernel.org" , Greg Kroah-Hartman , Mike Lockwood , "myungjoo.ham@gmail.com" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 917 Lines: 27 2012/6/19 함명주 : >> Add missing platform_set_drvdata() in gpio_extcon_probe(), otherwise calling >> platform_get_drvdata in gpio_extcon_remove() returns NULL. >> >> Also add missing free_irq call in gpio_extcon_remove(). >> >> Signed-off-by: Axel Lin > > Thanks! > > > Acked-by: MyungJoo Ham > > I'll apply this patch to the extcon-for-next. > I would appear in http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/extcon-for-next soon after syncing servers. Hi MyungJoo, These patches are already in today's linux-next tree. It's already picked up by Greg. Regards, Axel -- 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/