]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
trivial: Fix dubious bitwise 'or' usage spotted by sparse.
authorAlexey Zaytsev <alexey.zaytsev@gmail.com>
Fri, 9 Jan 2009 23:47:57 +0000 (02:47 +0300)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Mar 2009 13:21:56 +0000 (15:21 +0200)
commite713a21d8251a4c91772f592af46407dfb0b2e4f
treea1e0140bd094ba94b964a8a8ade9396522079d61
parente3375ac767b847127df57d186a26abf83d055982
trivial: Fix dubious bitwise 'or' usage spotted by sparse.

It doesn't change the semantics, but it looks like
the logical 'or' was meant to be used here.

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
mm/page_alloc.c