commit | 583d233fa9d6fffd028af5219bcb5753bcb7b5ef | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Tue Dec 02 15:48:09 2014 -0600 |
committer | Greg Kroah-Hartman <greg@kroah.com> | Tue Dec 02 14:45:56 2014 -0800 |
tree | 9724b5b9fe06a9439ea60a6ca8883ebd22f37211 | |
parent | 82e26f73b2a8ee4acc2507494430aa5774da2b74 [diff] |
greybus: use little-endian in PWM requests The PWM config request defines two 32-bit values using u32. All over-the-wire values have to be in little-endian format. Fix this. Signed-off-by: Alex Elder <elder@linaro.org> Acked-by: Matt Porter <mporter@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>