commit | e9f66cdb7d5b9c05a76dde4ca5f217ba4af7f333 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Feb 20 21:50:13 2017 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Apr 03 16:24:31 2017 -0700 |
tree | 03b4c132963b87e66d567584c72a32a4dba5b79b | |
parent | 272c03bb19018a03e50be44b30b4c7485918b8a2 [diff] |
Input: eeti_ts - use get_unaligned_be16() to retrieve data Instead of manually converting big endian data on wire into host endianness, let's use helpers to do that for us. It might save us a few cycles if host endianness matches what's on wire. Reviewed-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>