All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Staging: vt6655: Removes unused macros.
@ 2016-10-13 22:59 Varsha Rao
  0 siblings, 0 replies; 2+ messages in thread
From: Varsha Rao @ 2016-10-13 22:59 UTC (permalink / raw)
  To: outreachy-kernel, forest, gregkh; +Cc: rvarsha016

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:
  -Instead of solving camelcase issue, both the macros are removed
   completely.
 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

* [PATCH v2] Staging: vt6655: Removes unused macros.
@ 2016-10-13 22:52 Varsha Rao
  0 siblings, 0 replies; 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

end of thread, other threads:[~2016-10-15 10:13 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:59 [PATCH v2] Staging: vt6655: Removes unused macros Varsha Rao
  -- strict thread matches above, loose matches on Subject: below --
2016-10-13 22:52 Varsha Rao

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.