From: Ben Dooks Date: Tue, 15 Apr 2008 21:34:46 +0000 (-0700) Subject: spi: spi_s3c24xx must initialize num_chipselect X-Git-Tag: v2.6.25~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e7780638a9192f15caf590e0081bf915fdef71;p=pandora-kernel.git spi: spi_s3c24xx must initialize num_chipselect The SPI core now expects num_chipselect to be set correctly as due to added checks on the chip being selected before an transfer is allowed. This patch adds a num_cs field to the platform data which needs to be set correctly before adding the SPI platform device. Signed-off-by: Ben Dooks Signed-off-by: David Brownell Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed