mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ep93xx eth driver: Remove unnecessary parentheses in constant definitions
       [not found] <cdf10f15d3d7edcf96ed380f0d883bcb4323a5cc.1265127584.git.matthias@kaehlcke.net>
@ 2010-02-02 18:16 ` Matthias Kaehlcke
  0 siblings, 0 replies; only message in thread
From: Matthias Kaehlcke @ 2010-02-02 18:16 UTC (permalink / raw)
  To: barebox

ep93xx eth driver: Remove unnecessary parentheses in definition of the constants
MII_ADDRESS_MAX and MII_REGISTER_MAX

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
---
 drivers/net/ep93xx.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ep93xx.c b/drivers/net/ep93xx.c
index a63eac1..e91a92e 100644
--- a/drivers/net/ep93xx.c
+++ b/drivers/net/ep93xx.c
@@ -563,12 +563,12 @@ eth_probe_done:
 /**
  * Maximum MII address we support
  */
-#define MII_ADDRESS_MAX			(31)
+#define MII_ADDRESS_MAX			31
 
 /**
  * Maximum MII register address we support
  */
-#define MII_REGISTER_MAX		(31)
+#define MII_REGISTER_MAX		31
 
 /**
  * Read a 16-bit value from an MII register.
-- 
1.6.5


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-02 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cdf10f15d3d7edcf96ed380f0d883bcb4323a5cc.1265127584.git.matthias@kaehlcke.net>
2010-02-02 18:16 ` [PATCH] ep93xx eth driver: Remove unnecessary parentheses in constant definitions Matthias Kaehlcke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox