a7fae946a9f1969b1eb8e60de0d5c919761caddf
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / patches-3.8 / 007-spi-bcm63xx-remove-unneeded-debug-message.patch
1 From ee18b0ac561afb9dd7d87a4217e80151a7e29dfc Mon Sep 17 00:00:00 2001
2 From: Jonas Gorski <jogo@openwrt.org>
3 Date: Mon, 11 Mar 2013 13:42:22 +0100
4 Subject: [PATCH 05/12] spi/bcm63xx: remove unneeded debug message
5
6 The spi subsystem already provides this info in a more extensive
7 debug print except for the nsecs/bit - which wasn't calculated anyway
8 and fixed to 0.
9
10 Signed-off-by: Jonas Gorski <jogo@openwrt.org>
11 ---
12 drivers/spi/spi-bcm63xx.c | 3 ---
13 1 file changed, 3 deletions(-)
14
15 --- a/drivers/spi/spi-bcm63xx.c
16 +++ b/drivers/spi/spi-bcm63xx.c
17 @@ -158,9 +158,6 @@ static int bcm63xx_spi_setup(struct spi_
18 if (!spi->bits_per_word)
19 spi->bits_per_word = 8;
20
21 - dev_dbg(&spi->dev, "%s, mode %d, %u bits/w, %u nsec/bit\n",
22 - __func__, spi->mode & MODEBITS, spi->bits_per_word, 0);
23 -
24 return 0;
25 }
26