From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 16 May 2018 02:03:02 +1000 Subject: [U-Boot] [PATCH v4 05/32] tpm: use the BIT() macro where applicable In-Reply-To: <20180515095728.16572-6-miquel.raynal@bootlin.com> References: <20180515095728.16572-1-miquel.raynal@bootlin.com> <20180515095728.16572-6-miquel.raynal@bootlin.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15 May 2018 at 19:57, Miquel Raynal wrote: > Fix following checkpatch.pl issue in TPM-related code: > > CHECK: Prefer using the BIT macro > > Signed-off-by: Miquel Raynal > --- > include/tpm.h | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Reviewed-by: Simon Glass