commit | bdba49cbba41f0bea54fc93529bbef4d6ceaa3cd | [log] [tgz] |
---|---|---|
author | Bence Csókás <bence98@sch.bme.hu> | Mon Oct 30 17:19:10 2023 +0000 |
committer | Wolfram Sang <wsa@kernel.org> | Wed Nov 08 10:27:17 2023 +0100 |
tree | 167db8d762dd80948c424a35a0799894e992e596 | |
parent | cc9c54232f04aef3a5d7f64a0ece7df00f1aaa3d [diff] |
i2c: cp2615: Fix 'assignment to __be16' warning While the preamble field _is_ technically big-endian, its value is always 0x2A2A, which is the same in either endianness. However, to avoid generating a warning, we should still call `htons()` explicitly. Signed-off-by: Bence Csókás <bence98@sch.bme.hu> Signed-off-by: Wolfram Sang <wsa@kernel.org>