diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-02-07 10:13:36 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 21:21:17 +0100 |
commit | 5b6326b7aedd08a4d8108f44af9b7af77a0dfd4e (patch) | |
tree | cf46293cc9022702e3d822c70b673a90439613ab /drivers/media/Makefile | |
parent | media: uvcvideo: Use usb_make_path to fill in usb_info (diff) | |
download | linux-5b6326b7aedd08a4d8108f44af9b7af77a0dfd4e.tar.xz linux-5b6326b7aedd08a4d8108f44af9b7af77a0dfd4e.zip |
media: vsp1: Fix smatch warning
drivers/media/platform/vsp1/vsp1_drm.c: drivers/media/platform/vsp1/vsp1_drm.c:336 vsp1_du_pipeline_setup_brx() error: we previously assumed 'pipe->brx' could be null (see line 244)
smatch missed that if pipe->brx was NULL, then later on it will be
set with a non-NULL value. But it is easier to just use the brx pointer
so smatch doesn't get confused.
Tested-on: Salvator-XS-ES2.0, Salvator-XS-M3N
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Tested-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/Makefile')
0 files changed, 0 insertions, 0 deletions