From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v2 3/5] ASoC: twl6040: Do not use wrapper for irq request Date: Tue, 5 Jul 2011 10:59:20 -0700 Message-ID: <20110705175919.GA6238@opensource.wolfsonmicro.com> References: <1309873775-17927-1-git-send-email-peter.ujfalusi@ti.com> <1309873775-17927-4-git-send-email-peter.ujfalusi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 34EC5103843 for ; Tue, 5 Jul 2011 19:59:24 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1309873775-17927-4-git-send-email-peter.ujfalusi@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Peter Ujfalusi Cc: alsa-devel@alsa-project.org, Samuel Ortiz , Tony Lindgren , Dmitry Torokhov , linux-kernel@vger.kernel.org, Felipe Balbi , Misael Lopez Cruz , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, Jul 05, 2011 at 04:49:33PM +0300, Peter Ujfalusi wrote: > The twl6040_request_irq/free_irq inline functions are going > to be removed, so replace them with direct calls. > The irq number is provided by the core driver via resource. > > Signed-off-by: Peter Ujfalusi Acked-by: Mark Brown