]> asedeno.scripts.mit.edu Git - linux.git/commit
Staging: fbtft: fb_watterott: fix incorrect type in assignments
authorJulián de Gortari <kiototeko@gmail.com>
Mon, 20 Feb 2017 03:02:32 +0000 (21:02 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:16:59 +0000 (09:16 +0100)
commite8e9cd97860adaecf98ced1fbf175287b86671d4
tree824a9777283f6cb4afc66a22bfc199387e5abcf3
parent027bcc5d28e7251acbca78039d99b51f3bb9e73a
Staging: fbtft: fb_watterott: fix incorrect type in assignments

__be16 type variables should be used with return value of macro
cpu_to_be16()

Signed-off-by: Julián de Gortari <kiototeko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_watterott.c