From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Subject: Re: [PATCH v4 3/6] ASoC: fsl_ssi: Save a dev reference for dev_err() purpose. Date: Tue, 3 May 2016 07:17:32 -0500 Message-ID: <572896DC.6080008@tabi.org> References: <1462277640-20052-1-git-send-email-arnaud.mouiche@invoxia.com> <1462277640-20052-4-git-send-email-arnaud.mouiche@invoxia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from muin.pair.com (muin.pair.com [209.68.1.55]) by alsa0.perex.cz (Postfix) with ESMTP id 97DA92665AB for ; Tue, 3 May 2016 14:17:34 +0200 (CEST) In-Reply-To: <1462277640-20052-4-git-send-email-arnaud.mouiche@invoxia.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: Arnaud Mouiche , Nicolin Chen , Xiubo Li , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, festevam@gmail.com, caleb@crome.org List-Id: alsa-devel@alsa-project.org Arnaud Mouiche wrote: > diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c > index 1a9d0ad..695f041 100644 > --- a/sound/soc/fsl/fsl_ssi.c > +++ b/sound/soc/fsl/fsl_ssi.c > @@ -262,6 +262,7 @@ struct fsl_ssi_private { > struct fsl_ssi_dbg dbg_stats; > > const struct fsl_ssi_soc_data *soc; > + struct device *dev; > }; I don't see where this pointer is used.