mbox series

[qemu.git,0/2] hw/timer/imx_epit: fix reported issues

Message ID 168070611775.20412.2883242077302841473-0@git.sr.ht (mailing list archive)
Headers show
Series hw/timer/imx_epit: fix reported issues | expand

Message

~axelheider April 5, 2023, 2:48 p.m. UTC
This patchset fixes the following issues:
- variable shadowing reported by Coverity
- fix check, see https://gitlab.com/qemu-project/qemu/-/issues/1491

Axel Heider (2):
  hw/timer/imx_epit: don't shadow variable
  hw/timer/imx_epit: fix limit check

 hw/timer/imx_epit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell April 11, 2023, 1:32 p.m. UTC | #1
On Wed, 5 Apr 2023 at 15:48, ~axelheider <axelheider@git.sr.ht> wrote:
>
> This patchset fixes the following issues:
> - variable shadowing reported by Coverity
> - fix check, see https://gitlab.com/qemu-project/qemu/-/issues/1491
>
> Axel Heider (2):
>   hw/timer/imx_epit: don't shadow variable
>   hw/timer/imx_epit: fix limit check
>
>  hw/timer/imx_epit.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)



Applied to target-arm.next for 8.1, thanks.

-- PMM