Skip to content

Commit 28a29c1

Browse files
author
Fox Snowpatch
committed
1 parent bc67cde commit 28a29c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/powerpc/kernel/setup-common.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,8 @@ static int __init check_cache_coherency(void)
834834
if (devtree_coherency != KERNEL_COHERENCY) {
835835
printk(KERN_ERR
836836
"kernel coherency:%s != device tree_coherency:%s\n",
837-
KERNEL_COHERENCY ? "on" : "off",
838-
devtree_coherency ? "on" : "off");
837+
str_on_off(KERNEL_COHERENCY),
838+
str_on_off(devtree_coherency));
839839
BUG();
840840
}
841841

0 commit comments

Comments
 (0)