On Thu, 13 Jul 2023 at 18:38, Tom Rini <tr...@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 <tr...@konsulko.com> > --- > include/spl.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >
Reviewed-by: Simon Glass <s...@chromium.org>