OSDN Git Service

staging: fbtft: fix sparse warning
authorJandy Gou <gouqingsong@goodix.com>
Tue, 16 May 2017 08:28:09 +0000 (16:28 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 May 2017 11:56:36 +0000 (13:56 +0200)
commitcaaba6775ebe524642e2cd92f2f9e44840e9cd33
treeb48b77595d4732396e14c3bfab80682276d1471b
parente3b5fde7eb3797f6401542f99bf10ac253272b70
staging: fbtft: fix sparse warning

fix the following sparse warning:
 drivers/staging/fbtft/fbtft-io.c:74:29: warning: incorrect type in assignment
 (different base types) drivers/staging/fbtft/fbtft-io.c:74:29:    expected
 unsigned long long [unsigned] [long] [long long] [usertype] <noident>
 drivers/staging/fbtft/fbtft-io.c:74:29:    got restricted __be64 [usertype]
 <noident>

Signed-off-by: Jandy Gou <gouqingsong@goodix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft-io.c