]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: mmc_spi: Drop duplicate 'mmc_spi' in the debug messages
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 28 May 2021 11:21:26 +0000 (14:21 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 31 May 2021 10:11:58 +0000 (12:11 +0200)
commit4651bf5ff39bd29f36830e2cb046e87c890a0cdc
tree968cdab684a9221658d0cf178fbc31eef55e3089
parent87e2258b899b36aacdf445529c35200ecd831463
mmc: mmc_spi: Drop duplicate 'mmc_spi' in the debug messages

dev_dbg() in any case prints the device and driver name, no need
to repeat this in (some) messages. Drop duplicates for good.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210528112127.71738-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmc_spi.c