From: Brian Niebuhr Date: Mon, 23 Aug 2010 11:04:13 +0000 (+0530) Subject: spi: davinci: remove unnecessary completion variable initialization X-Git-Tag: v2.6.38-rc1~454^2~6^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47f44671c0dc92e2b77ff3dd843f742d12510477;p=pandora-kernel.git spi: davinci: remove unnecessary completion variable initialization The completion variable 'done' is unnecessarly initialized by the function davinci_spi_bufs_dma() where as it is not used for DMA transfers at all. Remove the unnecessary initialization. Signed-off-by: Brian Niebuhr Tested-By: Michael Williamson Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed