Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759387Ab3EWQbu (ORCPT ); Thu, 23 May 2013 12:31:50 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:37534 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752403Ab3EWQbs (ORCPT ); Thu, 23 May 2013 12:31:48 -0400 Date: Thu, 23 May 2013 09:31:45 -0700 From: Dmitry Torokhov To: H Hartley Sweeten Cc: Lars-Peter Clausen , "linux-input@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/7] input: ep93xx_keypad: Pass correct pointer to free_irq() Message-ID: <20130523163145.GC15494@core.coreip.homeip.net> References: <1369061486-28226-1-git-send-email-lars@metafoo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 842 Lines: 27 On Mon, May 20, 2013 at 10:49:00AM -0500, H Hartley Sweeten wrote: > On Monday, May 20, 2013 7:51 AM, Lars-Peter Clausen wrote: > > free_irq() expects the same pointer that was passed to request_irq(), otherwise > > the IRQ is not freed. > > > > > Cc: H Hartley Sweeten > > Signed-off-by: Lars-Peter Clausen > > --- > > drivers/input/keyboard/ep93xx_keypad.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Thanks, > > Acked-by: H Hartley Sweeten > Applied all, thank you. -- Dmitry -- 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/