commit | a60d9686f21fdf2549858ca0e728bcef545d73d2 | [log] [tgz] |
---|---|---|
author | Chanho Park <chanho61.park@samsung.com> | Fri Sep 08 17:08:56 2023 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 09 15:24:31 2023 -0400 |
tree | 1ca761047502fb6f6fa06ee15bd3a8550a4b4a06 | |
parent | 47e7f128c40c9bf856e76bf125e44522c99f3511 [diff] |
spl: add __noreturn attribute to spl_invoke_atf function spl_invoke_atf function will not be returned to SPL. Thus, we need to set __noreturn function attribute to the function. Signed-off-by: Chanho Park <chanho61.park@samsung.com>