From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: fsi: use devm_request_irq() Date: Thu, 4 Oct 2012 18:52:45 +0100 Message-ID: <20121004175245.GW4360@opensource.wolfsonmicro.com> References: <87fw5wrs5d.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 621C4261611 for ; Thu, 4 Oct 2012 19:52:46 +0200 (CEST) Content-Disposition: inline In-Reply-To: <87fw5wrs5d.wl%kuninori.morimoto.gx@renesas.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Kuninori Morimoto Cc: Linux-ALSA , Liam Girdwood , Kuninori Morimoto List-Id: alsa-devel@alsa-project.org On Tue, Oct 02, 2012 at 11:22:57PM -0700, Kuninori Morimoto wrote: > This patch uses devm_request_irq() instead of request_irq() > and removed free_irq() from driver Applied, thanks.