From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- kernel/drivers/net/wan/sdla.c | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/kernel/drivers/net/wan/sdla.c b/kernel/drivers/net/wan/sdla.c index 09fde60..bc2c1c7 100644 --- a/kernel/drivers/net/wan/sdla.c +++ b/kernel/drivers/net/wan/sdla.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SDLA An implementation of a driver for the Sangoma S502/S508 series * multi-protocol PC interface card. Initial offering is with @@ -25,11 +26,6 @@ * from non DLCI devices. * 0.30 Mike McLagan Fixed kernel panic when used with modified * ifconfig - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt @@ -417,6 +413,7 @@ case SDLA_RET_NO_BUFS: if (cmd == SDLA_INFORMATION_WRITE) break; + fallthrough; default: netdev_dbg(dev, "Cmd 0x%02X generated return code 0x%02X\n", -- Gitblit v1.6.2