Commit c3db2b0b14b487430083209c040acc672a4945c4

Authored by Jonas Gorski
Committed by Mark Brown
1 parent ef9ed4b9c9

spi/bcm63xx: remove unneeded debug message

The spi subsystem already provides this info in a more extensive
debug print except for the nsecs/bit - which wasn't calculated anyway
and fixed to 0.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Acked-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

drivers/spi/spi-bcm63xx.c
... ... @@ -158,9 +158,6 @@
158 158 if (!spi->bits_per_word)
159 159 spi->bits_per_word = 8;
160 160  
161   - dev_dbg(&spi->dev, "%s, mode %d, %u bits/w, %u nsec/bit\n",
162   - __func__, spi->mode & MODEBITS, spi->bits_per_word, 0);
163   -
164 161 return 0;
165 162 }
166 163