From: Greg KH <gregkh@linuxfoundation.org>
To: Vaishali Thakkar <vthakkar1994@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [RESEND PATCH 0/2] Staging: rtl8712: Use del_timer_sync
Date: Mon, 16 Mar 2015 15:47:06 +0100 [thread overview]
Message-ID: <20150316144706.GA24906@kroah.com> (raw)
In-Reply-To: <cover.1426054595.git.vthakkar1994@gmail.com>
On Wed, Mar 11, 2015 at 11:50:39AM +0530, Vaishali Thakkar wrote:
> This patch-set introduces the use of timer API function
> del_timer_sync instead of driver specific functions
> _cancel_timer_ex and _cancel_timer. Though definition
> of these functions were returning del_timer, here
> del_timer_sync is a preferred solution as besides
> deactivating a timer, it also ensures that the timer is
> stopped on all CPUs before the driver exists.
>
> All of these changes are done using Coccinelle.
>
> Vaishali Thakkar (2):
> Staging: rtl8712: Eliminate _cancel_timer_ex
> Staging: rtl8712: Eliminate use of _cancel_timer
>
> drivers/staging/rtl8712/os_intfs.c | 14 +--
> drivers/staging/rtl8712/osdep_service.h | 11 ---
> drivers/staging/rtl8712/rtl8712_led.c | 146 +++++++++++++++---------------
> drivers/staging/rtl8712/rtl871x_cmd.c | 3 +-
> drivers/staging/rtl8712/rtl871x_mlme.c | 10 +-
> drivers/staging/rtl8712/rtl871x_pwrctrl.c | 2 +-
> drivers/staging/rtl8712/rtl871x_sta_mgt.c | 2 +-
> drivers/staging/rtl8712/rtl871x_xmit.c | 5 +-
> 8 files changed, 88 insertions(+), 105 deletions(-)
Why is this a "resend"? did I miss the first version?
next prev parent reply other threads:[~2015-03-16 14:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-11 6:20 [RESEND PATCH 0/2] Staging: rtl8712: Use del_timer_sync Vaishali Thakkar
2015-03-11 6:20 ` [RESEND PATCH 1/2] Staging: rtl8712: Eliminate use of _cancel_timer_ex Vaishali Thakkar
2015-03-11 6:21 ` [RESEND PATCH 2/2] Staging: rtl8712: Eliminate use of _cancel_timer Vaishali Thakkar
2015-03-16 14:47 ` Greg KH [this message]
2015-03-16 14:52 ` [Outreachy kernel] [RESEND PATCH 0/2] Staging: rtl8712: Use del_timer_sync Vaishali Thakkar
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=20150316144706.GA24906@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=outreachy-kernel@googlegroups.com \
--cc=vthakkar1994@gmail.com \
/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.