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, 14 Jun 2021 11:57:42 +0000 (13:57 +0200)
commit91445d5eed6b19d6d31506fb7c3f65e9acc175c5
tree8141fc45c8fbaf39bbc416814d44ef84916bec72
parentde905475bd4bd0805a33ba64b614d837e4bd292a
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