From: Jingoo Han Date: Wed, 17 Jul 2013 08:54:11 +0000 (+0900) Subject: spi: s3c64xx: fix casting warning X-Git-Tag: v3.12-rc1~192^2~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b998aca8ade221d592c8fc6b00687f2c4034d918;p=pandora-kernel.git spi: s3c64xx: fix casting warning sdd->ops->request is unsigned int, not unsigned long. Also, sdd->rx_dma.ch is a 'struct dma_chan *'. Thus, (void *) is converted to (struct dma_chan *)(unsigned long), in order to fix possible sparse warnings. Signed-off-by: Jingoo Han Signed-off-by: Mark Brown --- Reading git-diff-tree failed