Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324330
b: refs/heads/master
c: 877cdf3
h: refs/heads/master
v: v3
  • Loading branch information
Matthias Kaehlcke authored and Greg Kroah-Hartman committed Aug 16, 2012
1 parent 146f16d commit 3cdaaf5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8565adbc821487accbabe82a03c40daf7a3b92ca
refs/heads/master: 877cdf3949cc67d00677a1dfb913001f324ac40d
2 changes: 1 addition & 1 deletion trunk/drivers/misc/ti-st/st_ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static void ll_device_want_to_wakeup(struct st_data_s *st_data)
/* communicate to platform about chip wakeup */
kim_data = st_data->kim_data;
pdata = kim_data->kim_pdev->dev.platform_data;
if (pdata->chip_asleep)
if (pdata->chip_awake)
pdata->chip_awake(NULL);
}

Expand Down

0 comments on commit 3cdaaf5

Please sign in to comment.