From: Brian Niebuhr Date: Fri, 24 Sep 2010 13:23:32 +0000 (+0530) Subject: spi: davinci: remove unnecessary call to davinci_spi_setup_transfer() X-Git-Tag: v2.6.38-rc1~454^2~6^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b23a5d4691043e97bbfde8c2fb5b8fecdc400308;p=pandora-kernel.git spi: davinci: remove unnecessary call to davinci_spi_setup_transfer() Remove unnecessary call to davinci_spi_setup_transfer() at the end of davinci_spi_setup(). davinci_spi_setup_transfer() is registered as the setup_transfer callback for the bitbang layer and is called independently by the bitbang layer to setup the transfer before it begins. Signed-off-by: Brian Niebuhr Tested-By: Michael Williamson Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed