projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a058052
)
drivers: net: vsc9953: Fix number of reserved registers
author
Codrin Ciubotariu
<codrin.ciubotariu@freescale.com>
Tue, 15 Dec 2015 13:21:02 +0000
(15:21 +0200)
committer
Joe Hershberger
<joe.hershberger@ni.com>
Thu, 28 Jan 2016 18:22:04 +0000
(12:22 -0600)
There are only 21 registers reserved between ana_ana and
ana_pgid register groups.
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
include/vsc9953.h
patch
|
blob
|
history
diff --git
a/include/vsc9953.h
b/include/vsc9953.h
index cd5cfc76b079a0d73977507e4016d56fb625d524..00aa2227f45f97ac3449531ad81774b45d010e47 100644
(file)
--- a/
include/vsc9953.h
+++ b/
include/vsc9953.h
@@
-269,7
+269,7
@@
struct vsc9953_analyzer {
struct vsc9953_ana_ana_tables ana_tables;
u32 reserved2[14];
struct vsc9953_ana_ana ana;
- u32 reserved3[2
2
];
+ u32 reserved3[2
1
];
struct vsc9953_ana_pgid port_id_tbl;
u32 reserved4[549];
struct vsc9953_ana_pfc pfc[10];