diff mbox

DM9000: Fix revision ID for DM9000B

Message ID 20091023102631.373421273@fluff.org.uk
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Ben Dooks Oct. 23, 2009, 10:26 a.m. UTC
The DM9000B revision ID is 0x1A, not 0x1B as set in the curernt dm9000.h
header.

Fix bug reported by Paolo Zebelloni.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
---
 drivers/net/dm9000.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Oct. 24, 2009, 1:53 p.m. UTC | #1
From: Ben Dooks <ben@simtec.co.uk>
Date: Fri, 23 Oct 2009 11:26:31 +0100

> The DM9000B revision ID is 0x1A, not 0x1B as set in the curernt dm9000.h
> header.
> 
> Fix bug reported by Paolo Zebelloni.
> 
> Signed-off-by: Ben Dooks <ben@simtec.co.uk>
> Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

Index: b/drivers/net/dm9000.h
===================================================================
--- a/drivers/net/dm9000.h	2009-10-22 12:33:48.000000000 +0100
+++ b/drivers/net/dm9000.h	2009-10-22 12:33:53.000000000 +0100
@@ -50,7 +50,7 @@ 
 #define DM9000_RCSR	       0x32
 
 #define CHIPR_DM9000A	       0x19
-#define CHIPR_DM9000B	       0x1B
+#define CHIPR_DM9000B	       0x1A
 
 #define DM9000_MRCMDX          0xF0
 #define DM9000_MRCMD           0xF2