Merge tag 'nfsd-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
[platform/kernel/linux-rpi.git] / init / initramfs.c
index e7a01c2..8d0fd94 100644 (file)
@@ -61,7 +61,7 @@ static void __init error(char *x)
 }
 
 #define panic_show_mem(fmt, ...) \
-       ({ show_mem(0, NULL); panic(fmt, ##__VA_ARGS__); })
+       ({ show_mem(); panic(fmt, ##__VA_ARGS__); })
 
 /* link hash */