projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac6e14
)
V4L/DVB (13805): Fix: Unregister the frontend before detaching
author
Manu Abraham
<
[email protected]
>
Wed, 9 Dec 2009 22:59:26 +0000
(19:59 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Sun, 17 Jan 2010 13:55:44 +0000
(11:55 -0200)
Signed-off-by: Manu Abraham <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb/mantis/mantis_dvb.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/mantis/mantis_dvb.c
b/drivers/media/dvb/mantis/mantis_dvb.c
index 1e08e31076393c239eb5066a29430074febde305..54bf4ea9efd756893f733a75ff7d81a394e5cf40 100644
(file)
--- a/
drivers/media/dvb/mantis/mantis_dvb.c
+++ b/
drivers/media/dvb/mantis/mantis_dvb.c
@@
-281,8
+281,8
@@
int __devexit mantis_dvb_exit(struct mantis_pci *mantis)
err = mantis_frontend_shutdown(mantis);
if (err != 0)
dprintk(MANTIS_ERROR, 1, "Frontend exit while POWER ON! <%d>", err);
- dvb_frontend_detach(mantis->fe);
dvb_unregister_frontend(mantis->fe);
+ dvb_frontend_detach(mantis->fe);
}
tasklet_kill(&mantis->tasklet);