[PATCH 0/2] constify structures stored in fields of v4l2_subdev_ops structure

From: Julia Lawall
Date: Sat Oct 27 2018 - 09:24:25 EST


The fields of a v4l2_subdev_ops structure are all const, so the
structures that are stored there and are not used elsewhere can be
const as well.

Done with the help of Coccinelle.

---

drivers/media/i2c/ov7740.c | 4 ++--
drivers/media/platform/vimc/vimc-sensor.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)