]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - kernel/panic.c
Merge branches 'pm-sleep' and 'pm-cpufreq'
[mirror_ubuntu-zesty-kernel.git] / kernel / panic.c
index c51edaa04fce389bfcf5a62e59fe7a76bf853c6f..901c4fb46002e38c98394110c49aa50230d58180 100644 (file)
@@ -355,7 +355,7 @@ const char *print_tainted(void)
                for (i = 0; i < TAINT_FLAGS_COUNT; i++) {
                        const struct taint_flag *t = &taint_flags[i];
                        *s++ = test_bit(i, &tainted_mask) ?
-                                       t->true : t->false;
+                                       t->c_true : t->c_false;
                }
                *s = 0;
        } else