|
@@ -430,7 +430,7 @@ exit:
|
|
static int sabi_set_commandb(struct samsung_laptop *samsung,
|
|
static int sabi_set_commandb(struct samsung_laptop *samsung,
|
|
u16 command, u8 data)
|
|
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;
|
|
in.data[0] = data;
|
|
return sabi_command(samsung, command, &in, NULL);
|
|
return sabi_command(samsung, command, &in, NULL);
|