aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/slab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h
index 7d0ecc1659f0..d859354b9e51 100644
--- a/include/linux/slab.h
+++ b/include/linux/slab.h
@@ -40,7 +40,7 @@
40 */ 40 */
41#define ZERO_SIZE_PTR ((void *)16) 41#define ZERO_SIZE_PTR ((void *)16)
42 42
43#define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) < \ 43#define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) <= \
44 (unsigned long)ZERO_SIZE_PTR) 44 (unsigned long)ZERO_SIZE_PTR)
45 45
46/* 46/*