diff options
author | Mauro Carvalho Chehab | 2008-04-30 23:13:46 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2008-05-14 07:53:58 +0200 |
commit | 6430a5a368208ae6c4bcd13e1f06460c96af66be (patch) | |
tree | dc9c51fa3ed3c5f61ed939e73914ee5dc4628eb9 /drivers/media | |
parent | V4L/DVB (7805): saa7134: dvb_unregister_frontend() shouldn't be called, if no... (diff) | |
download | kernel-qcow2-linux-6430a5a368208ae6c4bcd13e1f06460c96af66be.tar.gz kernel-qcow2-linux-6430a5a368208ae6c4bcd13e1f06460c96af66be.tar.xz kernel-qcow2-linux-6430a5a368208ae6c4bcd13e1f06460c96af66be.zip |
V4L/DVB (7806): em28xx: dvb_unregister_frontend() shouldn't be called, if not registered yet
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-dvb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c index 7df81575b7f2..8cf4983f0039 100644 --- a/drivers/media/video/em28xx/em28xx-dvb.c +++ b/drivers/media/video/em28xx/em28xx-dvb.c @@ -251,7 +251,6 @@ static int attach_xc3028(u8 addr, struct em28xx *dev) printk(KERN_ERR "%s/2: xc3028 attach failed\n", dev->name); dvb_frontend_detach(dev->dvb->frontend); - dvb_unregister_frontend(dev->dvb->frontend); dev->dvb->frontend = NULL; return -EINVAL; } |