lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 10 Mar 2017 11:17:30 +0800
From:   Jisheng Zhang <jszhang@...vell.com>
To:     <adrian.hunter@...el.com>, <ulf.hansson@...aro.org>,
        <patrice.chotard@...com>
CC:     <linux-mmc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>, <kernel@...inux.com>,
        Jisheng Zhang <jszhang@...vell.com>
Subject: [PATCH 0/3] mmc: sdhci: remove unnecessary platform_set_drvdata() call

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ