From: H Hartley Sweeten Date: Tue, 2 Jul 2013 17:09:29 +0000 (-0700) Subject: spi: spi-ep93xx: remove 'dss' from per chip private data X-Git-Tag: v3.12-rc1~192^2~24^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9b65dfd44fdade5c0fde5f7b8a0f267e99f990d;p=pandora-kernel.git spi: spi-ep93xx: remove 'dss' from per chip private data This value is only needed to set the bits per word for each transfer of a message. There is no reason to set the value in ep93xx_spi_enable() because ep93xx_spi_process_transfer() sets it again for each transfer. Just pass the t->bits_per_word directly to ep93xx_spi_chip_setup() in ep93xx_spi_process_transfer() and remove 'dss' from the per chip private data. Signed-off-by: H Hartley Sweeten Acked-by: Mika Westerberg Signed-off-by: Mark Brown --- Reading git-diff-tree failed