On 6/20/21 8:43 PM, Nayna Jain wrote: > unpack_timestamp() calls le32_to_cpu() for endian conversion of > uint16_t "year" value. This patch fixes the code to use le16_to_cpu(). > > Signed-off-by: Nayna Jain <nayna at linux.ibm.com> Thanks. Merged to master as 5be38b672. -Vasant