commit | 891d99efc5be16d2762bdbb9d0486f7250990eee | [log] [tgz] |
---|---|---|
author | Mike Isely <isely@pobox.com> | Sat Feb 09 15:44:30 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Thu Apr 24 14:09:46 2008 -0300 |
tree | 42bf20210b0c44a43943b90acb8edae50f7ce4e2 | |
parent | a36416d0a70899d3724d2e69e378062e06252a41 [diff] |
V4L/DVB (7689): pvrusb2-dvb: Rework module tear-down Rather than making an explicit call to tear down the pvrusb2-dvb module, use the callback in the pvr2_channel structure. This has the advantage that now tear-down only happens when it makes sense. The previous implementation had scenarios where it was possible for the tear-down call to happen without a prior initialization. Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>