Merge tag 'scpi-fixes-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers
Pull "ARM SCPI fixes for v4.14" from Sudeep Holla: Simple endianness fix for dev_id in dev_pstate_set structure * tag 'scpi-fixes-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux: firmware: arm_scpi: fix endianness of dev_id in struct dev_pstate_set
This commit is contained in:
@@ -357,7 +357,7 @@ struct sensor_value {
|
|||||||
} __packed;
|
} __packed;
|
||||||
|
|
||||||
struct dev_pstate_set {
|
struct dev_pstate_set {
|
||||||
u16 dev_id;
|
__le16 dev_id;
|
||||||
u8 pstate;
|
u8 pstate;
|
||||||
} __packed;
|
} __packed;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user