]> asedeno.scripts.mit.edu Git - linux.git/commit
pstore: Fix bool initialization/comparison
authorThomas Meyer <thomas@m3y3r.de>
Sat, 7 Oct 2017 14:02:21 +0000 (16:02 +0200)
committerKees Cook <keescook@chromium.org>
Tue, 4 Dec 2018 00:52:35 +0000 (16:52 -0800)
commit69596433bc28a4642bdc84676f44cfa3b16d0588
treebdc81454c86cece9376427fb609441c2f9da71d0
parent30696378f68a9e3dad6bfe55938b112e72af00c2
pstore: Fix bool initialization/comparison

Bool initializations should use true and false. Bool tests don't need
comparisons.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Kees Cook <keescook@chromium.org>
fs/pstore/ftrace.c