Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751845AbdH1CVO (ORCPT ); Sun, 27 Aug 2017 22:21:14 -0400 Received: from mail-qt0-f170.google.com ([209.85.216.170]:37039 "EHLO mail-qt0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704AbdH1CVN (ORCPT ); Sun, 27 Aug 2017 22:21:13 -0400 MIME-Version: 1.0 In-Reply-To: <63f080c9ef444ef32486914be97ed5f8c8c55d9f.1503484313.git.dolinux.peng@gmail.com> References: <63f080c9ef444ef32486914be97ed5f8c8c55d9f.1503484313.git.dolinux.peng@gmail.com> From: Donglin Peng Date: Mon, 28 Aug 2017 10:20:52 +0800 Message-ID: Subject: Re: [PATCH v2 03/10] ASoC: Intel: Remove unnecessary function call To: Mark Brown Cc: Liam Girdwood , Pierre-Louis Bossart , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Peng Donglin Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 888 Lines: 24 Hi Mark, On Wed, Aug 23, 2017 at 8:19 PM, Peng Donglin wrote: > The work of the function platform_set_drvdata is done by > devm_snd_soc_register_card. > > Signed-off-by: Peng Donglin > --- > > Changes in v2: > -add missed occurrences. > > sound/soc/intel/boards/bytcht_da7213.c | 6 ++---- > sound/soc/intel/boards/bytcht_es8316.c | 6 ++---- > sound/soc/intel/boards/bytcht_nocodec.c | 6 ++---- > sound/soc/intel/boards/bytcr_rt5640.c | 7 ++----- > sound/soc/intel/boards/bytcr_rt5651.c | 7 ++----- > sound/soc/intel/boards/cht_bsw_max98090_ti.c | 6 ++---- > sound/soc/intel/boards/cht_bsw_rt5645.c | 6 ++---- > sound/soc/intel/boards/cht_bsw_rt5672.c | 6 ++---- > 8 files changed, 16 insertions(+), 34 deletions(-) > I found that this patch had not been applied, perhaps you missed it.