Merge branch 'for-5.14/amd-sfh' into for-linus
[linux-2.6-microblaze.git] / arch / arc / kernel / kgdb.c
index ecfbc42..345a000 100644 (file)
@@ -140,6 +140,7 @@ int kgdb_arch_handle_exception(int e_vector, int signo, int err_code,
                ptr = &remcomInBuffer[1];
                if (kgdb_hex2long(&ptr, &addr))
                        regs->ret = addr;
+               fallthrough;
 
        case 'D':
        case 'k':