]> Pileus Git - ~andy/linux/blobdiff - arch/arm/kernel/process.c
Merge remote-tracking branch 'asoc/topic/sgtl5000' into asoc-next
[~andy/linux] / arch / arm / kernel / process.c
index 536c85fe72a838aafe3371e0280175b8cda2b452..94f6b05f9e24e8cd1d79063f03a9b2dd16791c67 100644 (file)
@@ -462,7 +462,7 @@ int in_gate_area_no_mm(unsigned long addr)
 {
        return in_gate_area(NULL, addr);
 }
-#define is_gate_vma(vma)       ((vma) = &gate_vma)
+#define is_gate_vma(vma)       ((vma) == &gate_vma)
 #else
 #define is_gate_vma(vma)       0
 #endif