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