Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375290
b: refs/heads/master
c: 7783819
h: refs/heads/master
v: v3
  • Loading branch information
Shuah Khan authored and Matthew Garrett committed May 8, 2013
1 parent aa145b0 commit 3357657
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5dd760b8131916dcf3680d1873d05df421c93a0c
refs/heads/master: 7783819920ca52fc582a2782f654fe6ed373f465
3 changes: 2 additions & 1 deletion trunk/drivers/platform/x86/hp_accel.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ static int lis3lv02d_suspend(struct device *dev)

static int lis3lv02d_resume(struct device *dev)
{
return lis3lv02d_poweron(&lis3_dev);
lis3lv02d_poweron(&lis3_dev);
return 0;
}

static SIMPLE_DEV_PM_OPS(hp_accel_pm, lis3lv02d_suspend, lis3lv02d_resume);
Expand Down

0 comments on commit 3357657

Please sign in to comment.