summaryrefslogtreecommitdiff
path: root/Documentation/media
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2018-11-07 01:24:50 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-11-23 04:41:41 -0500
commitcb24f1a0ee61b7dc8adf39aa19f290bf12df9d7f (patch)
tree42433b4d37827fd2b6457584f4659921c76b663e /Documentation/media
parent16ecf6dff97ce0194a7126e26159492668d47a7e (diff)
media: imx214: Remove unnecessary self assignment in for loop
Clang warns when a variable is assigned to itself: drivers/media/i2c/imx214.c:695:13: error: explicitly assigning value of variable of type 'const struct reg_8 *' to itself [-Werror,-Wself-assign] for (table = table; table->addr != IMX214_TABLE_END ; table++) { ~~~~~ ^ ~~~~~ 1 error generated. Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media')
0 files changed, 0 insertions, 0 deletions