mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Matthias Kaehlcke <matthias@kaehlcke.net>
To: barebox@lists.infradead.org
Subject: [PATCH] ep93xx eth driver: Remove unnecessary parentheses in constant definitions
Date: Tue, 2 Feb 2010 19:16:29 +0100	[thread overview]
Message-ID: <20100202181629.GR8053@darwin> (raw)
In-Reply-To: <cdf10f15d3d7edcf96ed380f0d883bcb4323a5cc.1265127584.git.matthias@kaehlcke.net>

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

           reply	other threads:[~2010-02-02 18:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <cdf10f15d3d7edcf96ed380f0d883bcb4323a5cc.1265127584.git.matthias@kaehlcke.net>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100202181629.GR8053@darwin \
    --to=matthias@kaehlcke.net \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox