spi: ich: Separate out the read/write trace from normal debugging
authorSimon Glass <sjg@chromium.org>
Tue, 19 Jan 2016 03:19:20 +0000 (20:19 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 24 Jan 2016 04:07:17 +0000 (12:07 +0800)
commitfffe25db04b428f34b72264ff50c40f395fcd936
treecb58b45b2106393e58fae8e04f9870f7638e359f
parent81afac123896cdd560411f78f673d5bdccbcafbb
spi: ich: Separate out the read/write trace from normal debugging

The trace is seldom useful for basic debugging. Allow it to be enabled
separately so that it is easier to see the more important init and error
debug messages.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/spi/ich.c