Re: [PATCH 10/10] mach-osiris-dvs.c : use "&&" (not "&") with bool operands

2015-03-13 Thread Giedrius Statkevičius
On 2015.03.13 16:31, Ameen Ali wrote: > itwise AND ("&") was used > in logical expressions with operands having "bool" type. Replaced > bitwise AND operators with logical AND. > > Signed-off-by : Always use checkpatch to check the .patch for these kinds of issues. Also the Subject: is not properl

[PATCH 10/10] mach-osiris-dvs.c : use "&&" (not "&") with bool operands

2015-03-13 Thread Ameen Ali
itwise AND ("&") was used in logical expressions with operands having "bool" type. Replaced bitwise AND operators with logical AND. Signed-off-by : http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/