commit | 251ee478f2c877a9a80362e094c542fbac7f5651 | [log] [tgz] |
---|---|---|
author | Jassi Brar <jassi.brar@samsung.com> | Fri Sep 03 10:36:26 2010 +0900 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Sep 08 12:03:45 2010 -0600 |
tree | 136929d46d1a97eff3bc1c286c15d0c915b4a717 | |
parent | e3e55ff5854655d8723ad8b307f02515aecc3df5 [diff] |
spi/s3c64xx: Fix compilation warning Fix compilation warning by typecasting the tx_buf pointer. [I'm not thrilled with resorting to a cast; but I cannot see a better way to go about this. I don't want to drop the const from struct spi_transfer ~~glikely] Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>