Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353835
b: refs/heads/master
c: 4b388a9
h: refs/heads/master
i:
  353833: 38f2a9a
  353831: 5400aaf
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent d0119a7 commit a250a98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: b2a089b7732df4750617c82d390ace61a60ddb0d
refs/heads/master: 4b388a9e1da7156dbf924e38741beaac1b4e29d1
2 changes: 1 addition & 1 deletion trunk/drivers/staging/bcm/Adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ struct bcm_mini_adapter {
struct semaphore LowPowerModeSync;
ULONG liDrainCalculated;
UINT gpioBitMap;
S_BCM_DEBUG_STATE stDebugState;
struct bcm_debug_state stDebugState;
};

#define GET_BCM_ADAPTER(net_dev) netdev_priv(net_dev)
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/bcm/Debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ typedef struct {
} __packed USER_BCM_DBG_STATE;

/* ---Kernel-space mapping of Debug State */
typedef struct _S_BCM_DEBUG_STATE {
struct bcm_debug_state {
unsigned int type;
/* A bitmap of 32 bits for Subtype per Type.
* Valid indexes in 'subtype' array are *only* 1,2,4 and 8,
Expand All @@ -187,7 +187,7 @@ typedef struct _S_BCM_DEBUG_STATE {
*/
unsigned int subtype[(NUMTYPES*2)+1];
unsigned int debug_level;
} S_BCM_DEBUG_STATE;
};
/* Instantiated in the Adapter structure
* We'll reuse the debug level parameter to include a bit (the MSB) to indicate whether or not
* we want the function's name printed.
Expand Down

0 comments on commit a250a98

Please sign in to comment.