mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-25 08:31:33 +00:00
drivers: net: vsc9953: Fix number of reserved registers
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>
This commit is contained in:
parent
a058052c35
commit
96979dc94c
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ struct vsc9953_analyzer {
|
|||
struct vsc9953_ana_ana_tables ana_tables;
|
||||
u32 reserved2[14];
|
||||
struct vsc9953_ana_ana ana;
|
||||
u32 reserved3[22];
|
||||
u32 reserved3[21];
|
||||
struct vsc9953_ana_pgid port_id_tbl;
|
||||
u32 reserved4[549];
|
||||
struct vsc9953_ana_pfc pfc[10];
|
||||
|
|
Loading…
Add table
Reference in a new issue