summaryrefslogtreecommitdiffstats
path: root/kernel/configs.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2020-10-28 23:14:04 +0900
committerTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2020-10-28 23:21:43 +0900
commitd9594e0409651a237903a13c9718df889f43d43b (patch)
tree740a7c0485d5023b5604b4b913e4cd1b81b27e0a /kernel/configs.c
parentd4fe911741e58e62db1758aa4cd7b09c1064cce1 (diff)
tomoyo: fix clang pointer arithmetic warning
clang warns about additions on NULL pointers being undefined in C: security/tomoyo/securityfs_if.c:226:59: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wnull-pointer-arithmetic] securityfs_create_file(name, mode, parent, ((u8 *) NULL) + key, Change the code to instead use a cast through uintptr_t to avoid the warning. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Diffstat (limited to 'kernel/configs.c')
0 files changed, 0 insertions, 0 deletions