]> 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)
commit3f1f0ce578f4cb2a0c5acda22373c2667177b907
treeff605dfd4f4fcf0d19fc4004bf304bf2053a38af
parentf8b27a4b566e7addc48a05b835b04cff9c69aa27
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