From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932387Ab2ITWqw (ORCPT ); Thu, 20 Sep 2012 18:46:52 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:64982 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756441Ab2ITWqv (ORCPT ); Thu, 20 Sep 2012 18:46:51 -0400 Date: Thu, 20 Sep 2012 15:44:13 -0700 From: Anton Vorontsov To: "Kim, Milo" Cc: Fengguang Wu , Axel Lin , David Woodhouse , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] lp8727_charger: use IRQF_ONESHOT Message-ID: <20120920224413.GC29721@lizard> References: <20120823114229.GA16789@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 On Wed, Aug 29, 2012 at 02:00:43AM +0000, Kim, Milo wrote: [...] > > Signed-off-by: Fengguang Wu > > --- [...] > > - IRQF_TRIGGER_FALLING, > > + IRQF_TRIGGER_FALLING | IRQF_ONESHOT, > > "lp8727_irq", > > pchg); > > } > Thanks for the update. > > Acked-by: Milo(Woogyom) Kim Applied, thanks!