]> git.baikalelectronics.ru Git - kernel.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)
commit4df95d94cc3bac78d7d4b4612d4a0976a9eb51d1
tree824a9777283f6cb4afc66a22bfc199387e5abcf3
parentffca57d70d143aff68ab6de8360278463be0b3e4
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