]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] dvb_frontend: merge the two dvb_frontend_detach() versions
authorMax Kellermann <max.kellermann@gmail.com>
Tue, 9 Aug 2016 21:32:36 +0000 (18:32 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 17:08:49 +0000 (15:08 -0200)
commit967d8e8f4caca396e6c4c8a8cf18765aa16cfdaf
treec7ed45a8bae78a641db32b1a8771910cd3b53cb6
parent194ced7a5a99b303daf0bca6d0a1697731265602
[media] dvb_frontend: merge the two dvb_frontend_detach() versions

This code duplication is confusing and error prone.  Let's merge them
by moving the release/dvb_detach call into one function with one

Signed-off-by: Max Kellermann <max.kellermann@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dvb_frontend.c