From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH 1/1] atmodem: remove pending idle callbacks at device removal
Date: Tue, 04 Dec 2012 23:49:48 -0600 [thread overview]
Message-ID: <50BEE07C.1070500@gmail.com> (raw)
In-Reply-To: <1354635227-9344-1-git-send-email-jonas@southpole.se>
[-- Attachment #1: Type: text/plain, Size: 818 bytes --]
Hi Mingli,
On 12/04/2012 09:33 AM, Jonas Bonn wrote:
> From: Mingli Wu<mingli@southpole.se>
>
> If device probe and removal happen in short succession, it's possible
> that the idle handler registered in the probe function doesn't run before
> the device is removed. In this case, the idle handler needs to be
> unregistered so that it does not run and try to access the data that's
> destroyed during the removal.
> ---
> drivers/atmodem/call-barring.c | 1 +
> drivers/atmodem/call-forwarding.c | 1 +
> drivers/atmodem/call-settings.c | 1 +
> drivers/atmodem/sim-auth.c | 1 +
> drivers/atmodem/sim.c | 1 +
> drivers/atmodem/stk.c | 1 +
> 6 files changed, 6 insertions(+)
>
Patch has been applied, thanks.
Regards,
-Denis
prev parent reply other threads:[~2012-12-05 5:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-04 15:33 [PATCH 1/1] atmodem: remove pending idle callbacks at device removal Jonas Bonn
2012-12-05 5:49 ` Denis Kenzior [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50BEE07C.1070500@gmail.com \
--to=denkenz@gmail.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.