On Tue, 25 Mar 2025 16:53:26 +0100, Jules Maselbas wrote: > When the format `%pJP` was introduced the new switch case didn't had a > break at the end, it was last case in the switch. However subsequent > commit didn't add a break either, creating a potential fallthrough. > Add the missing break. > >
Applied, thanks! [1/2] vsprintf: fix missing break when printing %pJP https://git.pengutronix.de/cgit/barebox/commit/?id=fe9805bfe283 (link may not be stable) [2/2] vsprintf: add explicit fallthrough https://git.pengutronix.de/cgit/barebox/commit/?id=b2be41d98bbe (link may not be stable) Best regards, -- Sascha Hauer <s.ha...@pengutronix.de>