]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib/vsprintf.c: fix comparison to bool
authorFabian Frederick <fabf@skynet.be>
Thu, 22 May 2014 00:43:39 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:39 +0000 (10:43 +1000)
commit1bb87dba120419f8826365711da782b48020430a
tree554c64ba368d7099764aad657ea4539c65c33f49
parentc4037273a0f8c94ef819797c60568caaf41996e8
lib/vsprintf.c: fix comparison to bool

Fixing 2 coccinelle warnings:
lib/vsprintf.c:2350:2-9: WARNING: Assignment of bool to 0/1
lib/vsprintf.c:2389:3-10: WARNING: Assignment of bool to 0/1

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/vsprintf.c