Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1206502 > unrolled thread

[PATCH] net/fddi: remove HWM_REVERSE() macro

Started byyalin wang <yalin.wang2010@gmail.com>
First post2015-08-13 06:10 +0200
Last post2015-08-14 06:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] net/fddi: remove HWM_REVERSE() macro yalin wang <yalin.wang2010@gmail.com> - 2015-08-13 06:10 +0200
    Re: [PATCH] net/fddi: remove HWM_REVERSE() macro David Miller <davem@davemloft.net> - 2015-08-14 06:20 +0200

#1206502 — [PATCH] net/fddi: remove HWM_REVERSE() macro

Fromyalin wang <yalin.wang2010@gmail.com>
Date2015-08-13 06:10 +0200
Subject[PATCH] net/fddi: remove HWM_REVERSE() macro
Message-ID<pWS01-tB-3@gated-at.bofh.it>
HWM_REVERSE() macro is unused, remove it.

Signed-off-by: yalin wang <yalin.wang2010@gmail.com>
---
 drivers/net/fddi/skfp/h/hwmtm.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/drivers/net/fddi/skfp/h/hwmtm.h b/drivers/net/fddi/skfp/h/hwmtm.h
index 5924d42..4ca2341 100644
--- a/drivers/net/fddi/skfp/h/hwmtm.h
+++ b/drivers/net/fddi/skfp/h/hwmtm.h
@@ -74,15 +74,6 @@
 #define NULL 		0
 #endif
 
-#ifdef	LITTLE_ENDIAN
-#define HWM_REVERSE(x)	(x)
-#else
-#define	HWM_REVERSE(x)		((((x)<<24L)&0xff000000L)	+	\
-				 (((x)<< 8L)&0x00ff0000L)	+	\
-				 (((x)>> 8L)&0x0000ff00L)	+	\
-				 (((x)>>24L)&0x000000ffL))
-#endif
-
 #define C_INDIC		(1L<<25)
 #define A_INDIC		(1L<<26)
 #define	RD_FS_LOCAL	0x80
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1207323

FromDavid Miller <davem@davemloft.net>
Date2015-08-14 06:20 +0200
Message-ID<pXeDf-7O1-3@gated-at.bofh.it>
In reply to#1206502
From: yalin wang <yalin.wang2010@gmail.com>
Date: Thu, 13 Aug 2015 12:01:33 +0800

> HWM_REVERSE() macro is unused, remove it.
> 
> Signed-off-by: yalin wang <yalin.wang2010@gmail.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web