From: Alek Du Date: Wed, 30 Mar 2011 15:09:53 +0000 (+0800) Subject: spi/dw_spi: remove the un-necessary flush() X-Git-Tag: v3.0-rc1~133^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a33a373e5ffb6040c58ff41ea48ba21d5f8b5e9;p=pandora-kernel.git spi/dw_spi: remove the un-necessary flush() The flush() is used to drain all the left data in rx fifo, currently is is always called together with disabling hw. But from spec, disabling hw will also reset all the fifo, so flush() is not needed. Signed-off-by: Alek Du Signed-off-by: Feng Tang Signed-off-by: Grant Likely --- Reading git-diff-tree failed