public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] constify v4l2_m2m_ops structures
@ 2017-08-06  8:25 Julia Lawall
  2017-08-06  8:25 ` [PATCH 01/12] [media] st-delta: " Julia Lawall
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Julia Lawall @ 2017-08-06  8:25 UTC (permalink / raw)
  To: linux-mediatek
  Cc: bhumirks, kernel-janitors, linux-arm-kernel,
	Mauro Carvalho Chehab, linux-media, linux-kernel,
	linux-samsung-soc

The v4l2_m2m_ops structures are only passed as the only
argument to v4l2_m2m_init, which is declared as const.
Thus the v4l2_m2m_ops structures themselves can be const.

Done with the help of Coccinelle.

---

 drivers/media/platform/exynos-gsc/gsc-m2m.c     |    2 +-
 drivers/media/platform/exynos4-is/fimc-m2m.c    |    2 +-
 drivers/media/platform/m2m-deinterlace.c        |    2 +-
 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c |    2 +-
 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c    |    2 +-
 drivers/media/platform/mx2_emmaprp.c            |    2 +-
 drivers/media/platform/rcar_jpu.c               |    2 +-
 drivers/media/platform/s5p-g2d/g2d.c            |    2 +-
 drivers/media/platform/sti/bdisp/bdisp-v4l2.c   |    2 +-
 drivers/media/platform/sti/delta/delta-v4l2.c   |    2 +-
 drivers/media/platform/ti-vpe/vpe.c             |    2 +-
 drivers/media/platform/vim2m.c                  |    2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

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

end of thread, other threads:[~2017-08-10 13:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-06  8:25 [PATCH 00/12] constify v4l2_m2m_ops structures Julia Lawall
2017-08-06  8:25 ` [PATCH 01/12] [media] st-delta: " Julia Lawall
2017-08-06  8:25 ` [PATCH 02/12] [media] media: ti-vpe: vpe: " Julia Lawall
2017-08-06  8:25 ` [PATCH 03/12] [media] s5p-g2d: " Julia Lawall
2017-08-07 10:23   ` Sylwester Nawrocki
2017-08-06  8:25 ` [PATCH 04/12] [media] V4L2: platform: rcar_jpu: " Julia Lawall
2017-08-10 13:38   ` Mikhail Ulyanov
2017-08-06  8:25 ` [PATCH 05/12] [media] vcodec: mediatek: " Julia Lawall
2017-08-07  2:42   ` Rick Chang
2017-08-06  8:25 ` [PATCH 06/12] [media] exynos-gsc: " Julia Lawall
2017-08-07 10:18   ` Sylwester Nawrocki
2017-08-06  8:25 ` [PATCH 07/12] [media] bdisp: " Julia Lawall
2017-08-06  8:25 ` [PATCH 08/12] [media] m2m-deinterlace: " Julia Lawall
2017-08-06  8:25 ` [PATCH 09/12] [media] media: mx2-emmaprp: " Julia Lawall
2017-08-06  8:25 ` [PATCH 10/12] [media] vim2m: " Julia Lawall
2017-08-06  8:25 ` [PATCH 11/12] [media] exynos4-is: " Julia Lawall
2017-08-07 10:19   ` Sylwester Nawrocki
2017-08-06  8:25 ` [PATCH 12/12] [media] mtk-mdp: " Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox