OSDN Git Service

staging:fbtft: Fix some warnings regarding types.
authorAnthony Brandon <anthony@amarulasolutions.com>
Tue, 21 Feb 2017 13:25:28 +0000 (14:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:16:59 +0000 (09:16 +0100)
commiteb1d69c21cfe617a9474a0ad0ac5a858a55e4adb
treefddd098907074088d93c1d675d0ec00647826b0d
parente8e9cd97860adaecf98ced1fbf175287b86671d4
staging:fbtft: Fix some warnings regarding types.

Running make C=1 M=drivers/staging/fbtft reports warnings about conversion
from __be16 to unsigned short. Change the type of the variables being
assigned into __be16 to remove those warnings.

Signed-off-by: Anthony Brandon <anthony@amarulasolutions.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_ra8875.c