]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit43abdd6b6bbb234b5eecfcbfdd4694b9158a172f
tree17f69761c688b34f31ef3cc4bf390f14317ab5a9
parent39ddae9b225b830d3e21f495da180164a8b90a50
[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