Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a48a7b6b authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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
parents 3889e851 0d301768
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ struct sensor_value {
} __packed;

struct dev_pstate_set {
	u16 dev_id;
	__le16 dev_id;
	u8 pstate;
} __packed;