[media] em28xx: Remove redundant dev->ctl_input set
authorEzequiel García <elezegarcia@gmail.com>
Fri, 23 Mar 2012 21:09:34 +0000 (18:09 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 10 Apr 2012 23:30:44 +0000 (20:30 -0300)
commit96371fc89b7f813a38739946eb7ea7c0a841fd86
treec3fbaa3c23f930c54ef33e6cb1520d557a7f64d8
parent38ed1aef92ab4ba1a3881940ce3e8b680dddf50a
[media] em28xx: Remove redundant dev->ctl_input set

dev->ctl_input() is always set before a call to video_mux(),
but then video_mux() sets it again with the same value.

Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-video.c