All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13]redundant code: Fix warnings reported by Clang static code analyzer
@ 2020-02-25  2:09 kuhn.chenqun
  2020-02-25  2:09 ` [PATCH 01/13] block/stream: Remove redundant statement in stream_run() kuhn.chenqun
                   ` (12 more replies)
  0 siblings, 13 replies; 22+ messages in thread
From: kuhn.chenqun @ 2020-02-25  2:09 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial; +Cc: peter.maydell, zhang.zhanghailiang, Chen Qun

From: Chen Qun <kuhn.chenqun@huawei.com>

Hi all, our EulerRobot integrates clang static code analyzer tools and
found a lot of warnings. They are mainly redundant variable assignments.

This series fixes the warnings.

Chen Qun (13):
  block/stream: Remove redundant statement in stream_run()
  block/iscsi:Remove redundant statement in iscsi_open()
  block/file-posix: Remove redundant statement in raw_handle_perm_lock()
  scsi/esp-pci: Remove redundant statement in esp_pci_io_write()
  scsi/scsi-disk: Remove redundant statement in
    scsi_disk_emulate_command()
  display/pxa2xx_lcd: Remove redundant statement in
    pxa2xx_palette_parse()
  display/exynos4210_fimd: Remove redundant statement in
    exynos4210_fimd_update()
  display/blizzard: Remove redundant statement in
    blizzard_draw_line16_32()
  dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()
  migration/vmstate: Remove redundant statement in
    vmstate_save_state_v()
  timer/exynos4210_mct: Remove redundant statement in
    exynos4210_mct_write()
  usb/hcd-ehci: Remove redundant statements
  monitor/hmp-cmds: Remove redundant statement in
    hmp_rocker_of_dpa_groups()

 block/file-posix.c           | 1 -
 block/iscsi.c                | 1 -
 block/stream.c               | 1 -
 hw/display/blizzard.c        | 1 -
 hw/display/exynos4210_fimd.c | 1 -
 hw/display/pxa2xx_lcd.c      | 1 -
 hw/dma/xlnx-zdma.c           | 2 --
 hw/scsi/esp-pci.c            | 1 -
 hw/scsi/scsi-disk.c          | 1 -
 hw/timer/exynos4210_mct.c    | 4 ----
 hw/usb/hcd-ehci.c            | 3 ---
 migration/vmstate.c          | 1 -
 monitor/hmp-cmds.c           | 1 -
 13 files changed, 19 deletions(-)

-- 
2.23.0




^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2020-02-25 21:50 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25  2:09 [PATCH 00/13]redundant code: Fix warnings reported by Clang static code analyzer kuhn.chenqun
2020-02-25  2:09 ` [PATCH 01/13] block/stream: Remove redundant statement in stream_run() kuhn.chenqun
2020-02-25 21:49   ` John Snow
2020-02-25  2:09 ` [PATCH 02/13] block/iscsi:Remove redundant statement in iscsi_open() kuhn.chenqun
2020-02-25  2:09 ` [PATCH 03/13] block/file-posix: Remove redundant statement in raw_handle_perm_lock() kuhn.chenqun
2020-02-25  2:09 ` [PATCH 04/13] scsi/esp-pci: Remove redundant statement in esp_pci_io_write() kuhn.chenqun
2020-02-25  2:09 ` [PATCH 05/13] scsi/scsi-disk: Remove redundant statement in scsi_disk_emulate_command() kuhn.chenqun
2020-02-25  2:09 ` [PATCH 06/13] display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse() kuhn.chenqun
2020-02-25  2:09 ` [PATCH 07/13] display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update() kuhn.chenqun
2020-02-25  2:09 ` [PATCH 08/13] display/blizzard: Remove redundant statement in blizzard_draw_line16_32() kuhn.chenqun
2020-02-25  2:09 ` [PATCH 09/13] dma/xlnx-zdma: Remove redundant statement in zdma_write_dst() kuhn.chenqun
2020-02-25  9:36   ` Philippe Mathieu-Daudé
2020-02-25 10:01     ` Chenqun (kuhn)
2020-02-25 10:11       ` Philippe Mathieu-Daudé
2020-02-25 10:25         ` Chenqun (kuhn)
2020-02-25  2:09 ` [PATCH 10/13] migration/vmstate: Remove redundant statement in vmstate_save_state_v() kuhn.chenqun
2020-02-25  2:09 ` [PATCH 11/13] timer/exynos4210_mct: Remove redundant statement in exynos4210_mct_write() kuhn.chenqun
2020-02-25  2:09 ` [PATCH 12/13] usb/hcd-ehci: Remove redundant statements kuhn.chenqun
2020-02-25  9:38   ` Philippe Mathieu-Daudé
2020-02-25  2:09 ` [PATCH 13/13] monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups() kuhn.chenqun
2020-02-25  9:44   ` Philippe Mathieu-Daudé
2020-02-25 10:12     ` Chenqun (kuhn)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.