[PATCH 0/2] constify v4l2_ctrl_ops structures
From: Julia Lawall
Date: Sat Oct 27 2018 - 08:52:10 EST
Make const v4l2_ctrl_ops structures that are only stored in a
const field or passed to a function having a const parameter.
Done with the help of Coccinelle.
---
drivers/media/i2c/ov5645.c | 2 +-
drivers/media/platform/vicodec/vicodec-core.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)