Re: [PATCH] staging: most: aim-cdev: Used "==" instead of assignment

2015-11-13 Thread Sudip Mukherjee
On Sat, Nov 14, 2015 at 09:57:10AM +0530, Anjali Menon wrote: > Used double equal sign instead of equal to sign in the if condition > to remove the error detected by checkpatch.pl. > > ERROR: do not use assignment in if condition > > Signed-off-by: Anjali Menon > --- >

[PATCH] staging: most: aim-cdev: Used "==" instead of assignment

2015-11-13 Thread Anjali Menon
Used double equal sign instead of equal to sign in the if condition to remove the error detected by checkpatch.pl. ERROR: do not use assignment in if condition Signed-off-by: Anjali Menon --- drivers/staging/staging/drivers/staging/most/aim-cdev/cdev.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] staging: most: aim-cdev: Used "==" instead of assignment

2015-11-13 Thread Anjali Menon
Used double equal sign instead of equal to sign in the if condition to remove the error detected by checkpatch.pl. ERROR: do not use assignment in if condition Signed-off-by: Anjali Menon --- drivers/staging/staging/drivers/staging/most/aim-cdev/cdev.c | 2 +- 1 file

Re: [PATCH] staging: most: aim-cdev: Used "==" instead of assignment

2015-11-13 Thread Sudip Mukherjee
On Sat, Nov 14, 2015 at 09:57:10AM +0530, Anjali Menon wrote: > Used double equal sign instead of equal to sign in the if condition > to remove the error detected by checkpatch.pl. > > ERROR: do not use assignment in if condition > > Signed-off-by: Anjali Menon > ---