Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177519
b: refs/heads/master
c: f90be87
h: refs/heads/master
i:
  177517: d0a55b3
  177515: 697dcdc
  177511: e5a5d76
  177503: 9c6f71c
v: v3
  • Loading branch information
Corentin Chary authored and Len Brown committed Dec 9, 2009
1 parent 772539d commit 6f6a4a7
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b39b85e74acfd62a22afc33a88a7bda36beb3367
refs/heads/master: f90be874303eddc53c199083a37bc44d65ab8351
8 changes: 5 additions & 3 deletions trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ static int get_acpi(struct eeepc_laptop *eeepc, int cm)
return value;
}

static int acpi_setter_handle(struct eeepc_laptop *eeepc, int cm, acpi_handle *handle)
static int acpi_setter_handle(struct eeepc_laptop *eeepc, int cm,
acpi_handle *handle)
{
const char *method = cm_setv[cm];
acpi_status status;
Expand All @@ -255,7 +256,7 @@ static int acpi_setter_handle(struct eeepc_laptop *eeepc, int cm, acpi_handle *h
return -ENODEV;

status = acpi_get_handle(eeepc->handle, (char *)method,
handle);
handle);
if (status != AE_OK) {
pr_warning("Error finding %s\n", method);
return -ENODEV;
Expand Down Expand Up @@ -1274,7 +1275,8 @@ static void cmsg_quirks(struct eeepc_laptop *eeepc)
cmsg_quirk(eeepc, CM_ASL_TPD, "TPD");
}

static int eeepc_acpi_init(struct eeepc_laptop *eeepc, struct acpi_device *device)
static int eeepc_acpi_init(struct eeepc_laptop *eeepc,
struct acpi_device *device)
{
unsigned int init_flags;
int result;
Expand Down

0 comments on commit 6f6a4a7

Please sign in to comment.