diff options
author | Bence Csókás <bence98@sch.bme.hu> | 2023-10-30 17:19:10 +0000 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-11-08 10:27:17 +0100 |
commit | bdba49cbba41f0bea54fc93529bbef4d6ceaa3cd (patch) | |
tree | 167db8d762dd80948c424a35a0799894e992e596 /drivers/cdrom | |
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>
Diffstat (limited to 'drivers/cdrom')
0 files changed, 0 insertions, 0 deletions