hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/sh/kernel/nmi_debug.c
....@@ -49,7 +49,7 @@
4949 register_die_notifier(&nmi_debug_nb);
5050
5151 if (*str != '=')
52
- return 0;
52
+ return 1;
5353
5454 for (p = str + 1; *p; p = sep + 1) {
5555 sep = strchr(p, ',');
....@@ -70,6 +70,6 @@
7070 break;
7171 }
7272
73
- return 0;
73
+ return 1;
7474 }
7575 __setup("nmi_debug", nmi_debug_setup);