Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754124AbdCPOqk (ORCPT ); Thu, 16 Mar 2017 10:46:40 -0400 Received: from mail-vk0-f45.google.com ([209.85.213.45]:33458 "EHLO mail-vk0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753122AbdCPOqh (ORCPT ); Thu, 16 Mar 2017 10:46:37 -0400 MIME-Version: 1.0 In-Reply-To: <20170310031733.812-1-jszhang@marvell.com> References: <20170310031733.812-1-jszhang@marvell.com> From: Ulf Hansson Date: Thu, 16 Mar 2017 15:46:20 +0100 Message-ID: Subject: Re: [PATCH 0/3] mmc: sdhci: remove unnecessary platform_set_drvdata() call To: Jisheng Zhang Cc: Adrian Hunter , Patrice CHOTARD , "linux-mmc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , kernel@stlinux.com 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: 711 Lines: 23 On 10 March 2017 at 04:17, Jisheng Zhang wrote: > sdhci_pltfm_init() has already set the platform drvdata for us, so its > users doesn't need to set the drvdata again. These patches clean up all > unnecessary platform_set_drvdata() call. > > Jisheng Zhang (3): > mmc: sdhci-pxav3: remove unnecessary platform_set_drvdata() call > mmc: sdhci-pxav2: remove unnecessary platform_set_drvdata() call > mmc: sdhci-st: remove unnecessary platform_set_drvdata() call > > drivers/mmc/host/sdhci-pxav2.c | 2 -- > drivers/mmc/host/sdhci-pxav3.c | 2 -- > drivers/mmc/host/sdhci-st.c | 2 -- > 3 files changed, 6 deletions(-) > > -- > 2.11.0 > Thanks, applied for next! Kind regards Uffe