[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1503170447-18533-1-git-send-email-arvind.yadav.cs@gmail.com>
Date: Sun, 20 Aug 2017 00:50:41 +0530
From: Arvind Yadav <arvind.yadav.cs@...il.com>
To: hans.verkuil@...co.com, mchehab@...nel.org, matrandg@...co.com
Cc: linux-kernel@...r.kernel.org, linux-media@...r.kernel.org
Subject: [PATCH 0/6] constify media i2c_device_id
i2c_device_id are not supposed to change at runtime. All functions
working with i2c_device_id provided by <linux/i2c.h> work with
const i2c_device_id. So mark the non-const structs as const.
Arvind Yadav (6):
[PATCH 1/6] [media] ad9389b: constify i2c_device_id
[PATCH 2/6] [media] adv7511: constify i2c_device_id
[PATCH 3/6] [media] adv7842: constify i2c_device_id
[PATCH 4/6] [media] saa7127: constify i2c_device_id
[PATCH 5/6] [media] tc358743: constify i2c_device_id
[PATCH 6/6] [media] ths8200: constify i2c_device_id
drivers/media/i2c/ad9389b.c | 2 +-
drivers/media/i2c/adv7511.c | 2 +-
drivers/media/i2c/adv7842.c | 2 +-
drivers/media/i2c/saa7127.c | 2 +-
drivers/media/i2c/tc358743.c | 2 +-
drivers/media/i2c/ths8200.c | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
--
2.7.4
Powered by blists - more mailing lists