[PATCH 3/3] arm/xen: Adjust one function call together with a variable assignment

2017-06-04 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 4 Jun 2017 21:21:20 +0200 The script "checkpatch.pl" pointed information out like the following. ERROR: do not use assignment in if condition Thus fix the affected source code place. Signed-off-by: Markus Elfring --- arch/arm/xen/p2m.c | 3 ++- 1 file changed,

Re: [PATCH 3/3] arm/xen: Adjust one function call together with a variable assignment

2017-06-05 Thread Stefano Stabellini
On Sun, 4 Jun 2017, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 4 Jun 2017 21:21:20 +0200 > > The script "checkpatch.pl" pointed information out like the following. > > ERROR: do not use assignment in if condition > > Thus fix the affected source code place. > > Signed-off-by: