Merge tag 'docs-4.15-2' of git://git.lwn.net/linux
[linux-2.6-microblaze.git] / net / decnet / dn_table.c
index 08667f6..f0710b5 100644 (file)
@@ -156,6 +156,7 @@ static void dn_rehash_zone(struct dn_zone *dz)
        default:
                printk(KERN_DEBUG "DECnet: dn_rehash_zone: BUG! %d\n",
                       old_divisor);
+               /* fall through */
        case 256:
                new_divisor = 1024;
                new_hashmask = 0x3FF;