Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353780
b: refs/heads/master
c: df3d870
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent bc39450 commit 5dc41c4
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: 3549a173dc3b2c94ab55b606aa6e6ccdc7357c3a
refs/heads/master: df3d870f57fef53aa8e90ee9f6170bb7181ff44b
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/led_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ typedef struct LedStateInfo_t {

typedef struct _LED_INFO_STRUCT {
LEDStateInfo LEDState[NUM_OF_LEDS];
BOOLEAN bIdleMode_tx_from_host; /* Variable to notify whether driver came out from idlemode due to Host or target */
BOOLEAN bIdle_led_off;
bool bIdleMode_tx_from_host; /* Variable to notify whether driver came out from idlemode due to Host or target */
bool bIdle_led_off;
wait_queue_head_t notify_led_event;
wait_queue_head_t idleModeSyncEvent;
struct task_struct *led_cntrl_threadid;
int led_thread_running;
BOOLEAN bLedInitDone;
bool bLedInitDone;

} LED_INFO_STRUCT, *PLED_INFO_STRUCT;

Expand Down

0 comments on commit 5dc41c4

Please sign in to comment.