diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-10-29 09:43:39 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-10-31 07:27:58 -0400 |
commit | bf3881707b6f6350c3f8f8ff15524b6d719847bc (patch) | |
tree | e341d9c068529650a16f86b2c7376af166ea6ba3 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | a10444cc04eace87e49dea36e360a799112cd889 (diff) |
media: bdisp: remove redundant assignment to pix
Pointer pix is being initialized to a value and a little later
being assigned the same value again. Remove the initial assignment to
avoid a duplicate assignment. Cleans up the clang warning:
drivers/media/platform/sti/bdisp/bdisp-v4l2.c:726:26: warning: Value
stored to 'pix' during its initialization is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions