Staging: fbtft: fb_agm1264k-fl: No space is necessary after cast.

No space is necessary after cast.This problem is found  by checkpatch.pl script.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sandhya Bankar 2016-03-18 15:02:41 +05:30 committed by Greg Kroah-Hartman
parent 8d771ea8bf
commit 60abe3510e

View file

@ -414,7 +414,7 @@ static int write(struct fbtft_par *par, void *buf, size_t len)
while (len--) {
u8 i, data;
data = *(u8 *) buf++;
data = *(u8 *)buf++;
/* set data bus */
for (i = 0; i < 8; ++i)