* [PATCH] Fix deinitializing telephony backend when it wasn't initialized
@ 2010-12-02 8:46 Luiz Augusto von Dentz
2010-12-02 9:04 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2010-12-02 8:46 UTC (permalink / raw)
To: linux-bluetooth
From: Luiz Augusto von Dentz <luiz.dentz-von@nokia.com>
Telephony driver is now deinitialized on headset adapter driver remove so
telephony_exit should not be called on plugin exit anymore.
---
audio/manager.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/audio/manager.c b/audio/manager.c
index 12671c7..035656b 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -1264,10 +1264,8 @@ void audio_manager_exit(void)
if (enabled.media)
btd_unregister_adapter_driver(&media_server_driver);
- if (enabled.headset) {
+ if (enabled.headset)
btd_unregister_adapter_driver(&headset_server_driver);
- telephony_exit();
- }
if (enabled.gateway)
btd_unregister_adapter_driver(&gateway_server_driver);
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix deinitializing telephony backend when it wasn't initialized
2010-12-02 8:46 [PATCH] Fix deinitializing telephony backend when it wasn't initialized Luiz Augusto von Dentz
@ 2010-12-02 9:04 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2010-12-02 9:04 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: linux-bluetooth
Hi Luiz,
On Thu, Dec 02, 2010, Luiz Augusto von Dentz wrote:
> From: Luiz Augusto von Dentz <luiz.dentz-von@nokia.com>
>
> Telephony driver is now deinitialized on headset adapter driver remove so
> telephony_exit should not be called on plugin exit anymore.
> ---
> audio/manager.c | 4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
Pushed upstream. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-02 9:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 8:46 [PATCH] Fix deinitializing telephony backend when it wasn't initialized Luiz Augusto von Dentz
2010-12-02 9:04 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).