On Wed, Oct 23, 2019 at 12:48:24PM +0100, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Bitwise-or'ing 0xffffffff with the u32 variable ctr is the same result > as assigning the value to ctr. Remove the redundant bitwise-or and > just use an assignment. > > Addresses-Coverity: ("Suspicious &= or |= constant expression") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> > --- > drivers/crypto/mediatek/mtk-aes.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt