From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753406Ab2ITAlk (ORCPT ); Wed, 19 Sep 2012 20:41:40 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:38247 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753335Ab2ITAlj (ORCPT ); Wed, 19 Sep 2012 20:41:39 -0400 Date: Wed, 19 Sep 2012 20:41:21 -0400 From: Mark Brown To: Fengguang Wu Cc: Samuel Ortiz , LKML Subject: Re: [PATCH] mfd: arizona: use IRQF_ONESHOT Message-ID: <20120920004120.GA17666@opensource.wolfsonmicro.com> References: <20120919013051.GA14171@localhost> <20120919232403.GA6305@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120919232403.GA6305@localhost> X-Cookie: Blow it out your ear. 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 Thu, Sep 20, 2012 at 07:24:03AM +0800, Fengguang Wu wrote: > Generated by: scripts/coccinelle/misc/irqf_oneshot.cocci > > Make sure threaded IRQs without a primary handler are always request > with IRQF_ONESHOT. > > Signed-off-by: Fengguang Wu > --- > > Please take the patch only if it's a positive warning. Thanks! It's a false positive - these interrupts can only be generated by a threaded interrupt controller.