ubifs: Use NULL instead of using plain integer as pointer
authorHaowen Bai <baihaowen@meizu.com>
Tue, 22 Mar 2022 10:13:04 +0000 (18:13 +0800)
committerRichard Weinberger <richard@nod.at>
Fri, 27 May 2022 14:24:12 +0000 (16:24 +0200)
commit532aef5912c2c2add9ae725bcb1d0924e609dd87
treeff605dfd4f4fcf0d19fc4004bf304bf2053a38af
parent5bff56edab7f11bda31cfc708634a025bb265836
ubifs: Use NULL instead of using plain integer as pointer

This fixes the following sparse warnings:
fs/ubifs/xattr.c:680:58: warning: Using plain integer as NULL pointer

Signed-off-by: Haowen Bai <baihaowen@meizu.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/xattr.c