Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338080
b: refs/heads/master
c: 1bcf4b2
h: refs/heads/master
v: v3
  • Loading branch information
Johan Meiring authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent ec0f1cb commit 53537d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 185b34d2b18dbaff8a18962ca84f90016c90ff07
refs/heads/master: 1bcf4b2a2287de25810e3ec408f4259c74f409e6
6 changes: 2 additions & 4 deletions trunk/drivers/staging/cxt1e1/musycc.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
#define INT_QUEUE_SIZE MUSYCC_NIQD

/* RAM image of MUSYCC registers laid out as a C structure */
struct musycc_groupr
{
struct musycc_groupr {
VINT32 thp[32]; /* Transmit Head Pointer [5-29] */
VINT32 tmp[32]; /* Transmit Message Pointer [5-30] */
VINT32 rhp[32]; /* Receive Head Pointer [5-29] */
Expand All @@ -70,8 +69,7 @@ struct musycc_groupr
};

/* hardware MUSYCC registers laid out as a C structure */
struct musycc_globalr
{
struct musycc_globalr {
VINT32 gbp; /* Group Base Pointer */
VINT32 dacbp; /* Dual Address Cycle Base Pointer */
VINT32 srd; /* Service Request Descriptor */
Expand Down

0 comments on commit 53537d7

Please sign in to comment.