All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Fixes for smatch/sparse/sysbot/compiler warnings
@ 2021-01-20  9:42 Hans Verkuil
  2021-01-20  9:42 ` [PATCH 01/14] atomisp/pci/hmm: fix wrong printk format Hans Verkuil
                   ` (14 more replies)
  0 siblings, 15 replies; 17+ messages in thread
From: Hans Verkuil @ 2021-01-20  9:42 UTC (permalink / raw)
  To: linux-media

The first patch fixes a compiler warning for i686, the second
patch fixes a sysbot error, the last patch fixes a sparse warning
and all others fix smatch warnings.

Regards,

	Hans

Hans Verkuil (14):
  atomisp/pci/hmm: fix wrong printk format
  v4l2-ctrls.c: fix shift-out-of-bounds in std_validate
  meson/ge2d: set ret to -ENOMEM
  davinci/vpbe.c: ret contains the return code, not err
  tuners/it913x.c: fix missing error code
  i2c/ov8865.c: fix error checks using wrong variable
  sti/c8sectpfe: set correct return code
  sti/hva: add missing clk_disable_unprepare()
  pci/ivtv: release memory regions on error
  usb/dvb-usb-v2/rtl28xxu.c: clean up code to fix smatch warning
  dvb-frontends/rtl2832.c: fix missing error code
  dvb-frontends/af9033.c: fix missing error codes
  atomisp/pci: add missing include
  i2c/ov02a10.c: add cast to fix type mismatch

 drivers/media/dvb-frontends/af9033.c          |  2 ++
 drivers/media/dvb-frontends/rtl2832.c         |  1 +
 drivers/media/i2c/ov02a10.c                   |  2 +-
 drivers/media/i2c/ov8865.c                    |  6 ++--
 drivers/media/pci/ivtv/ivtv-driver.c          |  5 +++
 drivers/media/platform/davinci/vpbe.c         |  2 +-
 drivers/media/platform/meson/ge2d/ge2d.c      |  1 +
 .../platform/sti/c8sectpfe/c8sectpfe-core.c   |  1 +
 drivers/media/platform/sti/hva/hva-hw.c       |  1 +
 drivers/media/tuners/it913x.c                 |  1 +
 drivers/media/usb/dvb-usb-v2/rtl28xxu.c       | 35 +++++++------------
 drivers/media/v4l2-core/v4l2-ctrls.c          |  3 +-
 drivers/staging/media/atomisp/pci/hmm/hmm.c   |  2 +-
 .../media/atomisp/pci/ia_css_firmware.h       |  1 +
 14 files changed, 34 insertions(+), 29 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-01-23 22:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20  9:42 [PATCH 00/14] Fixes for smatch/sparse/sysbot/compiler warnings Hans Verkuil
2021-01-20  9:42 ` [PATCH 01/14] atomisp/pci/hmm: fix wrong printk format Hans Verkuil
2021-01-20  9:42 ` [PATCH 02/14] v4l2-ctrls.c: fix shift-out-of-bounds in std_validate Hans Verkuil
2021-01-20  9:42 ` [PATCH 03/14] meson/ge2d: set ret to -ENOMEM Hans Verkuil
2021-01-20  9:42 ` [PATCH 04/14] davinci/vpbe.c: ret contains the return code, not err Hans Verkuil
2021-01-20  9:42 ` [PATCH 05/14] tuners/it913x.c: fix missing error code Hans Verkuil
2021-01-20  9:42 ` [PATCH 06/14] i2c/ov8865.c: fix error checks using wrong variable Hans Verkuil
2021-01-23 22:39   ` Sakari Ailus
2021-01-20  9:42 ` [PATCH 07/14] sti/c8sectpfe: set correct return code Hans Verkuil
2021-01-20  9:43 ` [PATCH 08/14] sti/hva: add missing clk_disable_unprepare() Hans Verkuil
2021-01-20  9:43 ` [PATCH 09/14] pci/ivtv: release memory regions on error Hans Verkuil
2021-01-20  9:43 ` [PATCH 10/14] usb/dvb-usb-v2/rtl28xxu.c: clean up code to fix smatch warning Hans Verkuil
2021-01-20  9:43 ` [PATCH 11/14] dvb-frontends/rtl2832.c: fix missing error code Hans Verkuil
2021-01-20  9:43 ` [PATCH 12/14] dvb-frontends/af9033.c: fix missing error codes Hans Verkuil
2021-01-20  9:43 ` [PATCH 13/14] atomisp/pci: add missing include Hans Verkuil
2021-01-20  9:43 ` [PATCH 14/14] i2c/ov02a10.c: add cast to fix type mismatch Hans Verkuil
2021-01-23 22:36 ` [PATCH 00/14] Fixes for smatch/sparse/sysbot/compiler warnings Sakari Ailus

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.