diff options
author | Vinod Koul <vkoul@kernel.org> | 2020-09-11 14:15:36 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-09-11 14:15:36 +0200 |
commit | 4c80e9323967125ab8aa7c271ccc7624abc08832 (patch) | |
tree | c9881b5814c184aa0c1cb58c6383beab9173e388 /drivers/s390/net/qeth_l3_main.c | |
parent | dmaengine: dmatest: Print error codes as signed value (diff) | |
parent | Linux 5.9-rc4 (diff) | |
download | linux-4c80e9323967125ab8aa7c271ccc7624abc08832.tar.xz linux-4c80e9323967125ab8aa7c271ccc7624abc08832.zip |
Merge tag 'v5.9-rc4' into next
Linux 5.9-rc4
Diffstat (limited to 'drivers/s390/net/qeth_l3_main.c')
-rw-r--r-- | drivers/s390/net/qeth_l3_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c index fe44b0249e34..4d461960370d 100644 --- a/drivers/s390/net/qeth_l3_main.c +++ b/drivers/s390/net/qeth_l3_main.c @@ -1235,7 +1235,7 @@ static void qeth_l3_rx_mode_work(struct work_struct *work) break; } addr->ref_counter = 1; - /* fall through */ + fallthrough; default: /* for next call to set_rx_mode(): */ addr->disp_flag = QETH_DISP_ADDR_DELETE; |