Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117408
b: refs/heads/master
c: 3e2dab9
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Oct 23, 2008
1 parent b627579 commit 50c801e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f1e6d3173ece6d60b4d5aeacd3b91a33ff8ec9d3
refs/heads/master: 3e2dab9a1c2deb03c311eb3f83466009147ed4d3
6 changes: 3 additions & 3 deletions trunk/drivers/misc/panasonic-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ static int acpi_pcc_write_sset(struct pcc_acpi *pcc, int func, int val)

static inline int acpi_pcc_get_sqty(struct acpi_device *device)
{
unsigned long s;
unsigned long long s;
acpi_status status;

ACPI_FUNCTION_TRACE("acpi_pcc_get_sqty");
Expand Down Expand Up @@ -500,7 +500,7 @@ static void acpi_pcc_generate_keyinput(struct pcc_acpi *pcc)
struct input_dev *hotk_input_dev = pcc->input_dev;
int rc;
int key_code, hkey_num;
unsigned long result;
unsigned long long result;

ACPI_FUNCTION_TRACE("acpi_pcc_generate_keyinput");

Expand Down Expand Up @@ -645,7 +645,7 @@ static int acpi_pcc_hotkey_add(struct acpi_device *device)
pcc->device = device;
pcc->handle = device->handle;
pcc->num_sifr = num_sifr;
acpi_driver_data(device) = pcc;
device->driver_data = pcc;
strcpy(acpi_device_name(device), ACPI_PCC_DEVICE_NAME);
strcpy(acpi_device_class(device), ACPI_PCC_CLASS);

Expand Down

0 comments on commit 50c801e

Please sign in to comment.