提交 a48a7b6b 编写于 作者: A Arnd Bergmann

Merge tag 'scpi-fixes-4.14' of...

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
...@@ -357,7 +357,7 @@ struct sensor_value { ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册