All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Staging: vt6655: Removes unused macros.
@ 2016-10-13 22:52 Varsha Rao
  2016-10-17  7:52 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Varsha Rao @ 2016-10-13 22:52 UTC (permalink / raw)
  To: outreachy-kernel, forest, gregkh; +Cc: Varsha Rao

This patch removes the macros BBvClearFOE and BBvSetFOE. As they are not
used anywhere else.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
 Changes in v2:
  -Both the macros are removed completely instead of solving camelcase issue.

 drivers/staging/vt6655/baseband.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/staging/vt6655/baseband.h b/drivers/staging/vt6655/baseband.h
index 412537e..8a567c9 100644
--- a/drivers/staging/vt6655/baseband.h
+++ b/drivers/staging/vt6655/baseband.h
@@ -55,12 +55,6 @@
 #define TOP_RATE_2M         0x00200000
 #define TOP_RATE_1M         0x00100000
 
-#define BBvClearFOE(dwIoBase)				\
-	BBbWriteEmbedded(dwIoBase, 0xB1, 0)
-
-#define BBvSetFOE(dwIoBase)				\
-	BBbWriteEmbedded(dwIoBase, 0xB1, 0x0C)
-
 unsigned int
 BBuGetFrameTime(
 	unsigned char byPreambleType,
-- 
2.7.4



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

* Re: [Outreachy kernel] [PATCH v2] Staging: vt6655: Removes unused macros.
  2016-10-13 22:52 [PATCH v2] Staging: vt6655: Removes unused macros Varsha Rao
@ 2016-10-17  7:52 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-10-17  7:52 UTC (permalink / raw)
  To: Varsha Rao; +Cc: outreachy-kernel, forest

On Fri, Oct 14, 2016 at 04:22:06AM +0530, Varsha Rao wrote:
> This patch removes the macros BBvClearFOE and BBvSetFOE. As they are not
> used anywhere else.
> 
> Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
> ---
>  Changes in v2:
>   -Both the macros are removed completely instead of solving camelcase issue.

Did not apply as I think someone else already did this before you did.

thanks,

greg k-h


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

end of thread, other threads:[~2016-10-17  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 22:52 [PATCH v2] Staging: vt6655: Removes unused macros Varsha Rao
2016-10-17  7:52 ` [Outreachy kernel] " Greg KH

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.