Re: [PATCH 2/5] drivers: staging: erofs: Fix comparison to NULL issues.

From: Gao Xiang
Date: Tue Dec 11 2018 - 06:22:33 EST


Hi Aaron,

On 2018/12/11 18:54, Aaron Strahlberger wrote:
> Fix of 7 `CHECK: Comparison to NULL could be written ...` issues.
>
> Signed-off-by: Aaron Strahlberger <aaron.strahlberger@xxxxxxxxx>
> Signed-off-by: Julius Wiedmann <julius.wiedmann@xxxxxx>
> Signed-off-by: Dominik Huber <domi250@xxxxxx>
> ---
> drivers/staging/erofs/data.c | 23 ++++++++++++-----------
> 1 file changed, 12 insertions(+), 11 deletions(-)

It has been fixed in the following upstreamed commit...
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/commit/drivers/staging/erofs/data.c?h=staging-next&id=d1ab82443bed2b2562e5331d6aa53e3b878b16d0

and the "git am -k -3" log
[gaoxiang@138 linux-staging]$ git am -k -3 1.patch
Applying: Fix of 7 `CHECK: Comparison to NULL could be written ...` issues.
Using index info to reconstruct a base tree...
M drivers/staging/erofs/data.c
Falling back to patching base and 3-way merge...
No changes -- Patch already applied.


Thanks,
Gao Xiang