From: Geert Uytterhoeven Date: Sun, 12 Jan 2014 12:59:06 +0000 (+0100) Subject: spi: Kill superfluous cast in spi_w8r16() X-Git-Tag: v3.14-rc1~91^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269ccca8ec1a3991e07eaf5f90326134bd17781a;p=pandora-kernel.git spi: Kill superfluous cast in spi_w8r16() spi_write_then_read() takes a "void *" for rxbuf, so there's no need to cast the buffer pointer to "u8 *". Signed-off-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- Reading git-diff-tree failed