While working on fixing KASAN splats for the mmc block device driver, I stumbled over a couple of annoying things in the mmc_blk_probe() path. This series takes care of them. Ulf Hansson (3): mmc: block: Drop use of unlikely() in mmc_blk_probe() mmc: block: Simplify logging during probe about added partitions mmc: block: Fix error path in mmc_blk_probe() drivers/mmc/core/block.c | 49 ++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 24 deletions(-) -- 2.25.1