|
@@ -116,8 +116,8 @@ static const struct {
|
|
.header = {
|
|
.header = {
|
|
.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC),
|
|
.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC),
|
|
.length = cpu_to_le32(sizeof descriptors),
|
|
.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 = {
|
|
.fs_descs = {
|
|
.intf = {
|
|
.intf = {
|