diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2021-05-17 12:07:48 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-06-02 13:33:14 +0200 |
commit | c75f11fbe4de0d4ccba14e7125607fd5ca12e294 (patch) | |
tree | d1ccfd457d4cad70feb569ef16da1bc4eebb73af /drivers/clk/socfpga | |
parent | dd706623fcab3ba808a2c48855e5e8aa2c6e8fbf (diff) |
media: atmel: atmel-isc: Remove redundant assignment to i
Variable i is being assigned a value however the assignment is
never read, so this redundant assignment can be removed.
Clean up the following clang-analyzer warning:
drivers/media/platform/atmel/atmel-isc-base.c:975:2: warning: Value
stored to 'i' is never read [clang-analyzer-deadcode.DeadStores].
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/clk/socfpga')
0 files changed, 0 insertions, 0 deletions