]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit60497a4020700f49544d93c25215ac297db039ff
treeff605dfd4f4fcf0d19fc4004bf304bf2053a38af
parentd2059de758c7f52d7de810621fd43ccdaf2de278
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