[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] tosa: fix Coverity CID 1421929
From: |
Peter Maydell |
Subject: |
[PATCH 0/2] tosa: fix Coverity CID 1421929 |
Date: |
Sun, 28 Jun 2020 21:37:46 +0100 |
This series fixes Coverity issue CID 1421929, which pointed out that
the 'outsignals' in tosa_gpio_setup() were leaked, in the same way
that the equivalent bug for spitz was fixed in the series I posted
earlier: instead of using qemu_allocate_irqs() we create a device
to encapsulate the handling of the misc GPIO lines on this board.
This is simpler than the spitz case because for tosa we don't need
to work with any of the other devices on the board, so the misc-gpio
device can be simple and self-contained.
As with spitz, I started out by tidying up some stray hard-tabs.
thanks
-- PMM
Peter Maydell (2):
hw/arm/tosa.c: Detabify
hw/arm/tosa: Encapsulate misc GPIO handling in a device
hw/arm/tosa.c | 132 ++++++++++++++++++++++++++++++++------------------
1 file changed, 86 insertions(+), 46 deletions(-)
--
2.20.1
- [PATCH 0/2] tosa: fix Coverity CID 1421929,
Peter Maydell <=