summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/si470x
diff options
context:
space:
mode:
authorDaniel Scheller <d.scheller@gmx.net>2018-04-16 13:36:00 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-04-17 05:52:43 -0400
commit8b8fcf32502694971fb7f166030361212cb2f9e6 (patch)
tree9f046adcb6c9154e7247b4deecd6467aa0ff006e /drivers/media/radio/si470x
parentcac61a1acb1def146c3900f1c8f7af4947d98814 (diff)
downloadlinux-stable-8b8fcf32502694971fb7f166030361212cb2f9e6.tar.gz
linux-stable-8b8fcf32502694971fb7f166030361212cb2f9e6.tar.bz2
linux-stable-8b8fcf32502694971fb7f166030361212cb2f9e6.zip
media: ddbridge: don't uselessly check for dma in start/stop functions
The check for a valid ptr in ddb_io->dma isn't really necessary since only devices that do data transport using DMA are supported by the driver, and all previous initialisation code (through input_init(), output_init() and dma_init(), has_dma is always true as it's set in ddb_probe() during driver load) guarantees the ptr is set. As a side effect, this silences these sparse warnings (albeit them being false positives as ddb_io->dma won't change in these functions so the condition always equals to the same result): drivers/media/pci/ddbridge/ddbridge-core.c:495:9: warning: context imbalance in 'ddb_output_start' - different lock contexts for basic block drivers/media/pci/ddbridge/ddbridge-core.c:510:9: warning: context imbalance in 'ddb_output_stop' - different lock contexts for basic block drivers/media/pci/ddbridge/ddbridge-core.c:525:9: warning: context imbalance in 'ddb_input_stop' - different lock contexts for basic block drivers/media/pci/ddbridge/ddbridge-core.c:560:9: warning: context imbalance in 'ddb_input_start' - different lock contexts for basic block Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/radio/si470x')
0 files changed, 0 insertions, 0 deletions