From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukas Wunner Subject: [PATCH v2 0/3] Raspberry Pi sdhost cleanups Date: Sun, 3 Feb 2019 09:27:00 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-rpi-kernel" Errors-To: linux-rpi-kernel-bounces+glkr-linux-rpi-kernel=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Ulf Hansson , Eric Anholt , Stefan Wahren Cc: linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Shraddha Barke , Vaishali Thakkar , Frank Pavlic , linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-mmc@vger.kernel.org Three mostly trivial cleanups for the Raspberry Pi sdhost driver, v2. Only change since v1: Use container_of() in patch [2/3] instead of open-coding the same (Alexander Graf). The issue addressed by patch [2/3] appears to be present in 32 other drivers as can be seen with "git grep -e '->mmc = ' -- drivers/mmc/host". Perhaps cleaning them up would be suitable for Outreachy applicants to get their feet wet? Adding Shraddha Barke and Vaishali Thakkar to cc. Thanks, Lukas Lukas Wunner (3): mmc: bcm2835: Drop DMA channel error pointer check mmc: bcm2835: Drop pointer to mmc_host from bcm2835_host mmc: bcm2835: Deduplicate reset of driver data on remove drivers/mmc/host/bcm2835.c | 23 +++++++++++------------ include/linux/mmc/host.h | 5 +++++ 2 files changed, 16 insertions(+), 12 deletions(-) -- 2.20.1