]> git.baikalelectronics.ru Git - kernel.git/commit
[media] media: i2c: adv7604: Remove some unused functions
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Fri, 2 Jan 2015 23:29:08 +0000 (20:29 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 27 Jan 2015 12:11:02 +0000 (10:11 -0200)
commite2b9ea9962990211c7d5079d0086e8104e9336cc
tree17f69761c688b34f31ef3cc4bf390f14317ab5a9
parent3934a8c63406c956cb01c86dd802f0d83db04e0e
[media] media: i2c: adv7604: Remove some unused functions

Removes some functions that are not used anywhere:
test_read() edid_read_block() dpp_write() dpp_read()
esdp_write() esdp_read() cec_write_clr_set()

This was partially found by using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/adv7604.c