Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360529
b: refs/heads/master
c: 1b6517a
h: refs/heads/master
i:
  360527: 10c4140
v: v3
  • Loading branch information
Maxim Mikityanskiy authored and Matthew Garrett committed Feb 24, 2013
1 parent d7357b8 commit 4ab5d6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 27eb9e7f1211ecab64027113478867adfed6a7c8
refs/heads/master: 1b6517a0a99b3a950d708d31de1a015843039066
4 changes: 2 additions & 2 deletions trunk/drivers/platform/x86/msi-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ static ssize_t show_wlan(struct device *dev,
struct device_attribute *attr, char *buf)
{

int ret, enabled;
int ret, enabled = 0;

if (old_ec_model) {
ret = get_wireless_state(&enabled, NULL);
Expand All @@ -315,7 +315,7 @@ static ssize_t show_bluetooth(struct device *dev,
struct device_attribute *attr, char *buf)
{

int ret, enabled;
int ret, enabled = 0;

if (old_ec_model) {
ret = get_wireless_state(NULL, &enabled);
Expand Down

0 comments on commit 4ab5d6f

Please sign in to comment.