aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-07-14 10:45:20 +0100
committerMark Brown <broonie@linaro.org>2014-07-14 10:45:20 +0100
commitfa6e05294759c29b3736010aa386928d24715feb (patch)
tree3d75b2933fe5d5dbcfb2983d5147f8867bc0157a /tools
parent49bcf50125c661f45a030edd1a241917f1c7a821 (diff)
parentd93efdcd512a5b663cfb2da04afabd74af5d95b6 (diff)
Merge tag 'v3.10.48' into linux-linaro-lsk
This is the 3.10.48 stable release
Diffstat (limited to 'tools')
-rw-r--r--tools/usb/ffs-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/usb/ffs-test.c b/tools/usb/ffs-test.c
index fe1e66b6ef40..a87e99f37c52 100644
--- a/tools/usb/ffs-test.c
+++ b/tools/usb/ffs-test.c
@@ -116,8 +116,8 @@ static const struct {
.header = {
.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC),
.length = cpu_to_le32(sizeof descriptors),
- .fs_count = 3,
- .hs_count = 3,
+ .fs_count = cpu_to_le32(3),
+ .hs_count = cpu_to_le32(3),
},
.fs_descs = {
.intf = {