v4l2-mc: avoid warning about unused variable
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 3 Apr 2016 12:03:49 +0000 (07:03 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 3 Apr 2016 12:03:49 +0000 (07:03 -0500)
commit17084b7e07909d3a8d51b66b7dfb50a2083a2685
tree3124ab71777c8b664dcac0a0176c11fe2e373f1b
parent30cebb6ca1e0eb2691339a0caa6600f646af0be5
v4l2-mc: avoid warning about unused variable

Commit 840f5b0572ea ("media: au0828 disable tuner to demod link in
au0828_media_device_register()") removed all uses of the 'dtv_demod',
but left the variable itself around.

Remove it.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/media/v4l2-core/v4l2-mc.c