Re: [PATCH 03/11] bsp/leon3: Fix incompatible function types

2021-01-29 Thread Gedare Bloom
Need to fix in riscv/griscv also? On Thu, Jan 28, 2021 at 8:28 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > This fix relates to a Coverity issue (PW.INCOMPATIBLE_PARAM). > --- > bsps/sparc/leon3/clock/ckinit.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-

[PATCH 03/11] bsp/leon3: Fix incompatible function types

2021-01-28 Thread Sebastian Huber
This fix relates to a Coverity issue (PW.INCOMPATIBLE_PARAM). --- bsps/sparc/leon3/clock/ckinit.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bsps/sparc/leon3/clock/ckinit.c b/bsps/sparc/leon3/clock/ckinit.c index bf0c506ec0..43e5f55ae5 100644 --- a/bsps/sparc/le