linux_dsm_epyc7002/drivers/media/platform/sti/bdisp
Colin Ian King bf3881707b 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>
2017-10-31 07:27:58 -04:00
..
bdisp-debug.c media: bdisp-debug: Replace a seq_puts() call by seq_putc() in seven functions 2017-06-24 09:34:08 -03:00
bdisp-filter.h bdisp: move the V/H filter spec to bdisp-hw.c 2016-06-24 12:27:51 -03:00
bdisp-hw.c dma-mapping: use unsigned long for dma_attrs 2016-08-04 08:50:07 -04:00
bdisp-reg.h
bdisp-v4l2.c media: bdisp: remove redundant assignment to pix 2017-10-31 07:27:58 -04:00
bdisp.h [media] media/platform: convert drivers to use the new vb2_queue dev field 2016-07-08 14:40:07 -03:00
Makefile