From: Mauro Carvalho Chehab Date: Thu, 29 May 2014 12:20:13 +0000 (-0300) Subject: [media] dvbdev: add a dvb_detach() macro X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~449 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4647f487083ded0d42a61bf2e066ce5328624ed3;p=pandora-kernel.git [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 --- Reading git-diff-tree failed