From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 02/19] ASoC: wm9081: Convert to module_i2c_driver() Date: Wed, 16 Nov 2016 09:39:09 +0000 Message-ID: <20161116093909.GS1575@localhost.localdomain> References: <871syd9vq9.wl%kuninori.morimoto.gx@renesas.com> <87y40l8h47.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 mx0b-001ae601.pphosted.com (mx0a-001ae601.pphosted.com [67.231.149.25]) by alsa0.perex.cz (Postfix) with ESMTP id 257032665CC for ; Wed, 16 Nov 2016 10:38:56 +0100 (CET) Content-Disposition: inline In-Reply-To: <87y40l8h47.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 , Mark Brown , Simon List-Id: alsa-devel@alsa-project.org On Tue, Nov 15, 2016 at 05:09:39AM +0000, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > wm9081 driver doesn't work without CONFIG_I2C anyway. > Let's depend on it. > > Signed-off-by: Kuninori Morimoto > --- Ah just notice the commit message doesn't make sense, the title says convert to module_i2c_driver but that isn't what the patch does at all. Thanks, Charles