Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312763
b: refs/heads/master
c: 9033132
h: refs/heads/master
i:
  312761: ab0d5a7
  312759: fc531cc
v: v3
  • Loading branch information
Rafael J. Wysocki committed Jul 6, 2012
1 parent c771c39 commit 5e33a25
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e25d5c11eeeec610af2e0ff51e60d7cdadefe0f2
refs/heads/master: 9033132ddff7d096f3e54704c4250384c5ab3aa2
7 changes: 4 additions & 3 deletions trunk/drivers/platform/x86/msi-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
#define MSI_STANDARD_EC_TOUCHPAD_ADDRESS 0xe4
#define MSI_STANDARD_EC_TOUCHPAD_MASK (1 << 4)

static int msi_laptop_resume(struct platform_device *device);
static int msi_laptop_resume(struct device *device);
static SIMPLE_DEV_PM_OPS(msi_laptop_pm, NULL, msi_laptop_resume);

#define MSI_STANDARD_EC_DEVICES_EXISTS_ADDRESS 0x2f

Expand Down Expand Up @@ -437,8 +438,8 @@ static struct platform_driver msipf_driver = {
.driver = {
.name = "msi-laptop-pf",
.owner = THIS_MODULE,
.pm = &msi_laptop_pm,
},
.resume = msi_laptop_resume,
};

static struct platform_device *msipf_device;
Expand Down Expand Up @@ -752,7 +753,7 @@ static int rfkill_init(struct platform_device *sdev)
return retval;
}

static int msi_laptop_resume(struct platform_device *device)
static int msi_laptop_resume(struct device *device)
{
u8 data;
int result;
Expand Down

0 comments on commit 5e33a25

Please sign in to comment.