Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353810
b: refs/heads/master
c: 8c4f88a
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent e81d907 commit eee260b
Show file tree
Hide file tree
Showing 2 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: a23e67f1a26bef151595cd3373d489683cf1fe80
refs/heads/master: 8c4f88a8644be48212a5f70cbf5c1e2f8900e029
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/Macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@
#define GPIO_PIN_STATE_REGISTER 0x0F000038

struct bcm_link_state {
UCHAR ucLinkStatus;
UCHAR bIdleMode;
UCHAR bShutdownMode;
unsigned char ucLinkStatus;
unsigned char bIdleMode;
unsigned char bShutdownMode;
};

enum enLinkStatus {
Expand Down

0 comments on commit eee260b

Please sign in to comment.