
16 Jul
2023
16 Jul
'23
1:40 a.m.
On Thu, 13 Jul 2023 at 18:38, Tom Rini trini@konsulko.com wrote:
With gcc-13.1 we get a warning about enum vs int here, so correct the declaration to match the implementation.
Signed-off-by: Tom Rini trini@konsulko.com
include/spl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org