]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
greybus: Fixup __u64, __u32 to __le64, __le32 in timesync declarations
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Tue, 12 Apr 2016 16:15:11 +0000 (17:15 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 13 Apr 2016 05:33:39 +0000 (22:33 -0700)
commit777471a445242e34c790b5b80d031a013933fd05
tree2555cb6d5623dfc37a175ed3296e29f0c1845efd
parenta7ddda1f5aa47779071dd4c6f3a5e65c0086e49f
greybus: Fixup __u64, __u32 to __le64, __le32 in timesync declarations

A number of data in TimeSync command structures are declared __u64/__u32
instead of __le64/__le32, I forgot to put this through an x86_64 compile
before presentation for merge and as a result didn't catch this error. This
patch fixes.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/control.c
drivers/staging/greybus/greybus_protocols.h