summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2019-11-03 12:23:38 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2019-11-08 07:30:47 +0100
commit61b8584a2f3a212283667af887d4aa05973569df (patch)
treed7c905231827d4ca575f409b3c33303efde5a700 /tools
parentb5f72a17b1b2f5363f61075d501367ac7461581e (diff)
media: mantis: fix two smatch errors
Drop two dprintk's that relied on a non-NULL mantis pointer when it was in fact a NULL pointer. Fix those warnings: drivers/media/pci/mantis/mantis_cards.c:73 mantis_irq_handler() error: we previously assumed 'mantis' could be null (see line 72) drivers/media/pci/mantis/hopper_cards.c:64 hopper_irq_handler() error: we previously assumed 'mantis' could be null (see line 63) Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions