Re: [PATCH 1/2] net/e1000: fix incorrect fallthrough in switch

2024-11-14 Thread Bruce Richardson
On Wed, Nov 13, 2024 at 04:36:13PM -0800, Stephen Hemminger wrote: > There is an incorrect fallthrough identified by PVS studio. > Even though this is in base code it should be fixed, and > the warning should be re-enabled to prevent future bugs. > > Link: https://pvs-studio.com/en/blog/posts/cpp/

[PATCH 1/2] net/e1000: fix incorrect fallthrough in switch

2024-11-13 Thread Stephen Hemminger
There is an incorrect fallthrough identified by PVS studio. Even though this is in base code it should be fixed, and the warning should be re-enabled to prevent future bugs. Link: https://pvs-studio.com/en/blog/posts/cpp/1183/ Fixes: f2553cb9eba6 ("net/e1000/base: add new I219 devices") Cc: qimin