commit | b9804e5bf36351b77cf354a81304657a895c9f0f | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Tue May 15 11:56:59 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 25 08:12:40 2018 -0400 |
tree | f49bb11323bc11cefa04e8ffb9514d280e467500 | |
parent | fd0bc263d96778673052f4507d16d81228408436 [diff] |
tpm: substitute deprecated uint<x>_t types with their u<x> equivalent Fix following checkpatch.pl issues in TPM-related code: CHECK: Prefer kernel type 'u8' over 'uint8_t' CHECK: Prefer kernel type 'u16' over 'uint16_t' CHECK: Prefer kernel type 'u32' over 'uint32_t' Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>