summaryrefslogtreecommitdiffstats
path: root/net/atm
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-12-07 06:43:03 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-25 14:40:56 -0400
commit153d11cc530cb2a3045167253582d3d2849ad519 (patch)
treeabeedf6bae87ff01953d112621da109f98a28c63 /net/atm
parent149e31e90b505ae0cc909bd0d92b2ba4826574d6 (diff)
downloadlinux-153d11cc530cb2a3045167253582d3d2849ad519.tar.bz2
media: imx214: don't de-reference a NULL pointer
As warned by smatch: drivers/media/i2c/imx214.c:591 imx214_set_format() warn: variable dereferenced before check 'format' (see line 589) It turns that the code at imx214_set_format() has support for being called with the format being NULL. I've no idea why, as it is only called internally with the pointer set, and via subdev API (with should also set it). Also, the entire logic there depends on having format != NULL, so just remove the bogus broken support for a null format. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Reviewed-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Reviewed-by: Ricardo Ribalda Delgado <ricardo@ribalda.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'net/atm')
0 files changed, 0 insertions, 0 deletions