Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296990
b: refs/heads/master
c: 592b746
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Matthew Garrett committed Mar 20, 2012
1 parent bccf80a commit cf89cab
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 38db157d7b52a34be3e059d0bfa8ea9c9086105f
refs/heads/master: 592b746c55b63770da25148ea3b56ed463a596b2
8 changes: 4 additions & 4 deletions trunk/drivers/platform/x86/toshiba_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ struct toshiba_acpi_dev {
int last_key_event;
int key_event_valid;

int illumination_supported:1;
int video_supported:1;
int fan_supported:1;
int system_event_supported:1;
unsigned int illumination_supported:1;
unsigned int video_supported:1;
unsigned int fan_supported:1;
unsigned int system_event_supported:1;

struct mutex mutex;
};
Expand Down

0 comments on commit cf89cab

Please sign in to comment.