[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH-for-5.0 00/11] misc: Trivial static code analyzer fixes
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH-for-5.0 00/11] misc: Trivial static code analyzer fixes |
Date: |
Sat, 21 Mar 2020 12:46:04 +0100 |
Fix trivial warnings reported by the Clang static code analyzer.
Philippe Mathieu-Daudé (11):
block: Remove dead assignment
blockdev: Remove dead assignment
hw/i2c/pm_smbus: Remove dead assignment
hw/input/adb-kbd: Remove dead assignment
hw/ide/sii3112: Remove dead assignment
hw/isa/i82378: Remove dead assignment
hw/gpio/aspeed_gpio: Remove dead assignment
hw/timer/exynos4210_mct: Remove dead assignments
hw/timer/stm32f2xx_timer: Remove dead assignment
hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning
hw/scsi/esp-pci: Remove dead assignment
block.c | 2 +-
blockdev.c | 2 +-
hw/gpio/aspeed_gpio.c | 4 ++--
hw/i2c/pm_smbus.c | 1 -
hw/ide/sii3112.c | 2 +-
hw/input/adb-kbd.c | 1 -
hw/isa/i82378.c | 8 ++++----
hw/scsi/esp-pci.c | 1 -
hw/timer/exynos4210_mct.c | 3 ---
hw/timer/pxa2xx_timer.c | 1 +
hw/timer/stm32f2xx_timer.c | 1 -
11 files changed, 10 insertions(+), 16 deletions(-)
--
2.21.1
- [PATCH-for-5.0 00/11] misc: Trivial static code analyzer fixes,
Philippe Mathieu-Daudé <=
- [PATCH-for-5.0 01/11] block: Remove dead assignment, Philippe Mathieu-Daudé, 2020/03/21
- [PATCH-for-5.0 02/11] blockdev: Remove dead assignment, Philippe Mathieu-Daudé, 2020/03/21
- [PATCH-for-5.0 03/11] hw/i2c/pm_smbus: Remove dead assignment, Philippe Mathieu-Daudé, 2020/03/21
- [PATCH-for-5.0 04/11] hw/input/adb-kbd: Remove dead assignment, Philippe Mathieu-Daudé, 2020/03/21
- [PATCH-for-5.0 05/11] hw/ide/sii3112: Remove dead assignment, Philippe Mathieu-Daudé, 2020/03/21