RE: [PATCH][next] ASoC: rt5668: fix incorrect 'and' operator

2018-04-20 Thread Bard Liao
.org; linux-kernel@vger.kernel.org > Subject: [PATCH][next] ASoC: rt5668: fix incorrect 'and' operator > > From: Colin Ian King <colin.k...@canonical.com> > > Currently logical and is being used instead of bitwise and. Fix this. > > Detected by CoverityScan, CID#14680

RE: [PATCH][next] ASoC: rt5668: fix incorrect 'and' operator

2018-04-20 Thread Bard Liao
.org; linux-kernel@vger.kernel.org > Subject: [PATCH][next] ASoC: rt5668: fix incorrect 'and' operator > > From: Colin Ian King > > Currently logical and is being used instead of bitwise and. Fix this. > > Detected by CoverityScan, CID#1468008 ("Logical vs bitwise operator&qu

[PATCH][next] ASoC: rt5668: fix incorrect 'and' operator

2018-04-19 Thread Colin King
From: Colin Ian King Currently logical and is being used instead of bitwise and. Fix this. Detected by CoverityScan, CID#1468008 ("Logical vs bitwise operator") Fixes: d59fb2856223 ("ASoC: rt5668: add rt5668B codec driver") Signed-off-by: Colin Ian King

[PATCH][next] ASoC: rt5668: fix incorrect 'and' operator

2018-04-19 Thread Colin King
From: Colin Ian King Currently logical and is being used instead of bitwise and. Fix this. Detected by CoverityScan, CID#1468008 ("Logical vs bitwise operator") Fixes: d59fb2856223 ("ASoC: rt5668: add rt5668B codec driver") Signed-off-by: Colin Ian King --- sound/soc/codecs/rt5668.c | 2 +-