All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Various smatch/sparse fixes
@ 2023-05-24 12:11 Hans Verkuil
  2023-05-24 12:11 ` [PATCH 1/8] staging: media: atomisp: initialize settings to 0 Hans Verkuil
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Hans Verkuil @ 2023-05-24 12:11 UTC (permalink / raw)
  To: linux-media

Various fixes to reduce the number of smatch/sparse warnings.

Hans Verkuil (8):
  staging: media: atomisp: initialize settings to 0
  media: rockchip: rga: fix clock cleanup
  media: usb: as102: drop as102_dev NULL check
  media: platform: renesas-ceu: drop buf NULL check
  media: platform: mediatek: vpu: fix NULL ptr dereference
  media: mediatek: vpu: add missing clk_unprepare
  media: pci: tw686x: no need to check 'next'
  staging: media: atomisp: move up sanity checks

 drivers/media/pci/tw686x/tw686x-audio.c           |  2 +-
 drivers/media/platform/mediatek/vpu/mtk_vpu.c     |  7 +++++--
 drivers/media/platform/renesas/renesas-ceu.c      |  9 ---------
 drivers/media/platform/rockchip/rga/rga.c         |  4 ++--
 drivers/media/usb/as102/as102_usb_drv.c           |  6 ++----
 .../media/atomisp/pci/atomisp_gmin_platform.c     |  2 +-
 .../staging/media/atomisp/pci/sh_css_firmware.c   | 15 ++++++++-------
 7 files changed, 19 insertions(+), 26 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-05-25 13:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-24 12:11 [PATCH 0/8] Various smatch/sparse fixes Hans Verkuil
2023-05-24 12:11 ` [PATCH 1/8] staging: media: atomisp: initialize settings to 0 Hans Verkuil
2023-05-24 16:04   ` Hans de Goede
2023-05-25  7:18     ` Hans Verkuil
2023-05-24 12:11 ` [PATCH 2/8] media: rockchip: rga: fix clock cleanup Hans Verkuil
2023-05-25  8:17   ` Michael Tretter
2023-05-24 12:11 ` [PATCH 3/8] media: usb: as102: drop as102_dev NULL check Hans Verkuil
2023-05-24 12:11 ` [PATCH 4/8] media: platform: renesas-ceu: drop buf " Hans Verkuil
2023-05-25 13:43   ` Jacopo Mondi
2023-05-24 12:11 ` [PATCH 5/8] media: platform: mediatek: vpu: fix NULL ptr dereference Hans Verkuil
2023-05-24 12:11 ` [PATCH 6/8] media: mediatek: vpu: add missing clk_unprepare Hans Verkuil
2023-05-24 12:11 ` [PATCH 7/8] media: pci: tw686x: no need to check 'next' Hans Verkuil
2023-05-24 12:11 ` [PATCH 8/8] staging: media: atomisp: move up sanity checks Hans Verkuil

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.