Skip to content

Commit

Permalink
Merge tag 'scpi-fixes-4.14' of git://git.kernel.org/pub/scm/linux/ker…
Browse files Browse the repository at this point in the history
…nel/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
  • Loading branch information
arndb committed Aug 24, 2017
2 parents 3889e85 + 0d30176 commit a48a7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/firmware/arm_scpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ struct sensor_value {
} __packed;

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

Expand Down

0 comments on commit a48a7b6

Please sign in to comment.