All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] staging: rtl8192u: ieee80211: Remove msleep_interruptible_rsl Macro
@ 2016-02-13  7:04 Amitoj Kaur Chawla
  2016-02-13  8:08 ` [Outreachy kernel] " Vaishali Thakkar
  0 siblings, 1 reply; 2+ messages in thread
From: Amitoj Kaur Chawla @ 2016-02-13  7:04 UTC (permalink / raw)
  To: outreachy-kernel

Remove driver specific macro msleep_interruptible_rsl as it has been
replaced by a direct call to msleep_interruptible in the single
instance referencing it.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
---
 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211.h b/drivers/staging/rtl8192u/ieee80211/ieee80211.h
index c0a0897..ae1c104 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211.h
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211.h
@@ -329,8 +329,6 @@ typedef struct ieee_param {
 
 
 // linux under 2.6.9 release may not support it, so modify it for common use
-#define msleep_interruptible_rsl  msleep_interruptible
-
 #define IEEE80211_DATA_LEN		2304
 /* Maximum size for the MA-UNITDATA primitive, 802.11 standard section
    6.2.1.1.2.
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Outreachy kernel] [PATCH 2/2] staging: rtl8192u: ieee80211: Remove msleep_interruptible_rsl Macro
  2016-02-13  7:04 [PATCH 2/2] staging: rtl8192u: ieee80211: Remove msleep_interruptible_rsl Macro Amitoj Kaur Chawla
@ 2016-02-13  8:08 ` Vaishali Thakkar
  0 siblings, 0 replies; 2+ messages in thread
From: Vaishali Thakkar @ 2016-02-13  8:08 UTC (permalink / raw)
  To: Amitoj Kaur Chawla; +Cc: outreachy-kernel

On Sat, Feb 13, 2016 at 12:34 PM, Amitoj Kaur Chawla
<amitoj1606@gmail.com> wrote:
> Remove driver specific macro msleep_interruptible_rsl as it has been
> replaced by a direct call to msleep_interruptible in the single
> instance referencing it.
>
> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>

Reviewed-by: Vaishali Thakkar <vaishali.thakkar@oracle.com>

> ---
>  drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211.h b/drivers/staging/rtl8192u/ieee80211/ieee80211.h
> index c0a0897..ae1c104 100644
> --- a/drivers/staging/rtl8192u/ieee80211/ieee80211.h
> +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211.h
> @@ -329,8 +329,6 @@ typedef struct ieee_param {
>
>
>  // linux under 2.6.9 release may not support it, so modify it for common use
> -#define msleep_interruptible_rsl  msleep_interruptible
> -
>  #define IEEE80211_DATA_LEN             2304
>  /* Maximum size for the MA-UNITDATA primitive, 802.11 standard section
>     6.2.1.1.2.
> --
> 1.9.1
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20160213070414.GA21071%40amitoj-Inspiron-3542.
> For more options, visit https://groups.google.com/d/optout.



-- 
Vaishali


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-13  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-13  7:04 [PATCH 2/2] staging: rtl8192u: ieee80211: Remove msleep_interruptible_rsl Macro Amitoj Kaur Chawla
2016-02-13  8:08 ` [Outreachy kernel] " Vaishali Thakkar

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.