mbox series

[0/6] sparse/smatch fixes

Message ID 20190207091338.55705-1-hverkuil-cisco@xs4all.nl (mailing list archive)
Headers show
Series sparse/smatch fixes | expand

Message

Hans Verkuil Feb. 7, 2019, 9:13 a.m. UTC
Various sparse and smatch fixes.

Together with https://patchwork.linuxtv.org/patch/53375/ and
https://patchwork.linuxtv.org/patch/54237/ we have a clean bill
of health. The vsp1 patch supersedes this by now outdated old patch:
https://patchwork.linuxtv.org/patch/49263/

Kieran, Laurent, please review the uvc, vsp1 and omap3isp patches.

Sakari, Mauro, the pxa_camera patch supersedes this older patch:
https://patchwork.linuxtv.org/patch/53378/ and has Sakari's
comments included.

Regards,

	Hans

Hans Verkuil (6):
  hdpvr: fix smatch warning
  vim2m: fix smatch warning
  uvc: fix smatch warning
  vsp1: fix smatch warning
  omap3isp: fix sparse warning
  pxa_camera: fix smatch warning

 drivers/media/platform/omap3isp/ispvideo.c |  5 +++--
 drivers/media/platform/pxa_camera.c        |  8 +++++---
 drivers/media/platform/vim2m.c             |  2 +-
 drivers/media/platform/vsp1/vsp1_drm.c     |  6 +++---
 drivers/media/usb/hdpvr/hdpvr-i2c.c        | 14 +++++++-------
 drivers/media/usb/uvc/uvcvideo.h           |  6 ++++--
 6 files changed, 23 insertions(+), 18 deletions(-)