commit | dfe17364e8540847e4260a24f985e81fdcbf59cc | [log] [tgz] |
---|---|---|
author | Christian Taedcke <christian.taedcke@weidmueller.com> | Wed Nov 15 13:44:16 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 28 20:10:24 2023 -0500 |
tree | 2fe75a2d492c58df319e50e4bd77abc5fae13b91 | |
parent | 8f5c2f7f798f6d684411d2059a8e047952e3ed65 [diff] |
fs: fat: use get_unaligned_le16 to convert u8[2] to u16 This reduces code duplications. Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>