[media] em28xx: Fix IR unregister logic
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 29 Jul 2011 05:26:59 +0000 (02:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 31 Jul 2011 03:51:11 +0000 (00:51 -0300)
commit6d51477470728074cea396a0127d73c5590dd441
tree779274c3d5c089b559bc47c902347c4949715738
parentb05681b91709a19b40a452f566cc852619b30082
[media] em28xx: Fix IR unregister logic

The input stop() callback already calls the em28xx_ir_stop method.
Calling it again causes an oops.

Acked-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-input.c