]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
greybus: es2.c: Declare local __le64 not u64
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Sun, 15 May 2016 22:34:51 +0000 (23:34 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 17 May 2016 02:57:35 +0000 (19:57 -0700)
commit5319a889eafc5c8c13ef51e38fed224c4c3b33f2
tree6478e2c6d8ff37fe3ca286c45bc26e849ed8819d
parent8c81d4608dc54225005129e32cf5d2035176df5e
greybus: es2.c: Declare local __le64 not u64

The value passed to le64_to_cpu wants to be an __le64 not a u64.
Note to self - remember to run "make check"

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reported-by: Greg Kroah-Hartman <gregkh@google.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/es2.c