Re: [PATCH] staging: vt6655: Boolean tests don't need comparisons

2015-06-12 Thread Abdul, Hussain (H.)
On Thursday 11 June 2015 05:24 PM, Sudip Mukherjee wrote: On Thu, Jun 11, 2015 at 09:51:15AM +, Abdul, Hussain (H.) wrote: This patch removes unwnated true from boolean tests. did u mean unwanted? and for all your four patches the email header From: line is not matching the

[PATCH] staging: vt6655: Boolean tests don't need comparisons

2015-06-12 Thread Abdul, Hussain (H.)
From: Abdul Hussain hab...@visteon.com This patch removes unwanted true from boolean tests. Signed-off-by: Abdul Hussain hab...@visteon.com --- drivers/staging/vt6655/rxtx.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6655/rxtx.c

Re: [PATCH] staging: vt6655: Boolean tests don't need comparisons

2015-06-12 Thread gre...@linuxfoundation.org
On Fri, Jun 12, 2015 at 07:20:49AM +, Abdul, Hussain (H.) wrote: From: Abdul Hussain hab...@visteon.com This patch removes unwanted true from boolean tests. Signed-off-by: Abdul Hussain hab...@visteon.com --- drivers/staging/vt6655/rxtx.c | 8 1 file changed, 4

[PATCH] staging: vt6655: Boolean tests don't need comparisons

2015-06-11 Thread Abdul, Hussain (H.)
This patch removes unwnated true from boolean tests. Signed-off-by: Abdul Hussain hab...@visteon.com --- drivers/staging/vt6655/rxtx.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6655/rxtx.c b/drivers/staging/vt6655/rxtx.c index 33c4aa4..534338c

Re: [PATCH] staging: vt6655: Boolean tests don't need comparisons

2015-06-11 Thread Sudip Mukherjee
On Thu, Jun 11, 2015 at 09:51:15AM +, Abdul, Hussain (H.) wrote: This patch removes unwnated true from boolean tests. did u mean unwanted? and for all your four patches the email header From: line is not matching the Signed-off-by: line. Please add an extra From: line like others of your