Skip to content
Commit 919a9bb6 authored by Alex Wilson's avatar Alex Wilson Committed by Greg Kroah-Hartman
Browse files

staging: fbtft: fix type assignment warning



Sparse spits out a warning that a __be16 was being assigned to a u16.
Change the type of txbuf16 to __be16 b/c it's a restricted type and
prevents mixing endianness.

Signed-off-by: default avatarAlex Wilson <alex.david.wilson@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ca86987c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment