projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05af214
)
DM9000: Fix revision ID for DM9000B
author
Ben Dooks
<ben@simtec.co.uk>
Sat, 24 Oct 2009 13:53:07 +0000
(06:53 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 24 Oct 2009 13:53:07 +0000
(06:53 -0700)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dm9000.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/dm9000.h
b/drivers/net/dm9000.h
index 80817c2edfb377ee5b8d7b2a5631d385048cc19e..fb1c924d79b4370d859d7e2e337519d21fa0a923 100644
(file)
--- a/
drivers/net/dm9000.h
+++ b/
drivers/net/dm9000.h
@@
-50,7
+50,7
@@
#define DM9000_RCSR 0x32
#define CHIPR_DM9000A 0x19
-#define CHIPR_DM9000B 0x1
B
+#define CHIPR_DM9000B 0x1
A
#define DM9000_MRCMDX 0xF0
#define DM9000_MRCMD 0xF2