commit | 4647f487083ded0d42a61bf2e066ce5328624ed3 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Thu May 29 09:20:13 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Jun 17 12:04:47 2014 -0300 |
tree | 1ee5bb6b0cf671a96a12e48cf86d9be99102ca02 | |
parent | 3a370222b0c514360863ec79c1481dffbbf1ddab [diff] |
[media] dvbdev: add a dvb_detach() macro The dvb_attach() was unbalanced, as there was no dvb_dettach. Ok, on current cases, the dettach is done by dvbdev, but that are some future corner cases where we may need to do this before registering the frontend. So, add a dvb_detach() and use it at dvb_frontend.c. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>