Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297010
b: refs/heads/master
c: 8522944
h: refs/heads/master
v: v3
  • Loading branch information
David Rientjes authored and Matthew Garrett committed Mar 26, 2012
1 parent b12e78a commit 45f2d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c09b2237da24e9136fc8053e11244f52903e73e0
refs/heads/master: 8522944085ffd83af129ffce06e3a9f34635391c
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/samsung-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ static int sabi_command(struct samsung_laptop *samsung, u16 command,
static int sabi_set_commandb(struct samsung_laptop *samsung,
u16 command, u8 data)
{
struct sabi_data in = { .d0 = 0, .d1 = 0, .d2 = 0, .d3 = 0 };
struct sabi_data in = { { { .d0 = 0, .d1 = 0, .d2 = 0, .d3 = 0 } } };

in.data[0] = data;
return sabi_command(samsung, command, &in, NULL);
Expand Down

0 comments on commit 45f2d58

Please sign in to comment.