mbox series

[GIT,PULL,FOR,v6.10] Various fixes, mostly for various smatch issues

Message ID 7de598ff-b5b9-4489-b1fb-4aa1f477a26c@xs4all.nl
State New
Headers show
Series [GIT,PULL,FOR,v6.10] Various fixes, mostly for various smatch issues | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.10f

Message

Hans Verkuil April 15, 2024, 11:46 a.m. UTC
Various fixes, mostly for smatch issues.

I plan to push this tomorrow if there are no objections.

Regards,

	Hans

The following changes since commit 71b3ed53b08d87212fbbe51bdc3bf44eb8c462f8:

  media: atomisp: Implement link_setup() op for ISP subdev MC entity (2024-04-11 15:40:29 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.10f

for you to fetch changes up to 5dd936c8e7a242c5600fc3b5b265a1fa993dd5ff:

  media: touchscreen: sur40: convert le16 to cpu before use (2024-04-15 12:41:19 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Ricardo Ribalda (16):
      media: c8sectpfe: Do not depend on DEBUG_FS
      media: dvb: as102-fe: Fix as10x_register_addr packing
      media: dvb: Fix dtvs_stats packing.
      media: videodev2: Fix v4l2_ext_control packing.
      media: solo6x10: Use pcim functions
      media: solo6x10: Use devm functions
      media: saa7134: Use devm_request_irq
      media: c8sectpfe: Refactor load_c8sectpfe_fw
      media: tunner: xc5000: Refactor firmware load
      media: dvb-frontends: drx39xyj: Refactor firmware upload
      media: dvb-usb: dib0700_devices: Add missing release_firmware()
      media: cxd2880: Replaze kmalloc with kzalloc
      media: platform: sti: hva: clk_unprepare unconditionally
      media: v4l2-ctrls-core.c: Do not use iterator outside loop
      media: adv7180: Only request valids IRQs
      media: touchscreen: sur40: convert le16 to cpu before use

 drivers/input/touchscreen/sur40.c                           |  2 +-
 drivers/media/dvb-frontends/as102_fe_types.h                |  2 +-
 drivers/media/dvb-frontends/drx39xyj/drx_driver.h           |  2 --
 drivers/media/dvb-frontends/drx39xyj/drxj.c                 | 51 ++++++++++++++++++++++++---------------------------
 drivers/media/i2c/adv7180.c                                 |  2 +-
 drivers/media/pci/saa7134/saa7134-alsa.c                    |  9 ++-------
 drivers/media/pci/solo6x10/solo6x10-core.c                  | 16 ++++------------
 drivers/media/platform/st/sti/c8sectpfe/Kconfig             |  1 -
 drivers/media/platform/st/sti/c8sectpfe/Makefile            |  7 +++++--
 drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c    |  2 +-
 drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h |  5 +++++
 drivers/media/platform/st/sti/hva/hva-hw.c                  |  3 +--
 drivers/media/spi/cxd2880-spi.c                             |  2 +-
 drivers/media/tuners/xc5000.c                               | 39 +++++++++++++++++----------------------
 drivers/media/usb/dvb-usb/dib0700_devices.c                 | 18 +++++++++++++++---
 drivers/media/v4l2-core/v4l2-ctrls-api.c                    | 33 +++++++++++++++++++--------------
 include/uapi/linux/dvb/frontend.h                           |  2 +-
 include/uapi/linux/videodev2.h                              |  2 +-
 18 files changed, 99 insertions(+), 99 deletions(-)