Re: [PATCH] staging:ccree Fix dont use assignment in if condition

From: Greg KH
Date: Fri Sep 22 2017 - 04:54:59 EST


On Thu, Sep 21, 2017 at 12:07:04PM +0530, Janani Sankara Babu wrote:
> This patch solves the following error shown by checkpatch script
> ERROR: do not use assignment in if condition
>
> Signed-off-by: Janani Sankara Babu <jananis37@xxxxxxxxx>
> ---
> drivers/staging/ccree/ssi_hash.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)

You sent me 5 patches for the same driver, yet no way for me to
determine what the order of the patches are. Please resend as a
numbered patch series so I get it right.

Remember, make it obvious what a maintainer is supposed to do...

thanks,

greg k-h