Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272186
b: refs/heads/master
c: e58a0f8
h: refs/heads/master
v: v3
  • Loading branch information
Jonghwan Choi authored and Linus Torvalds committed Nov 1, 2011
1 parent 4766869 commit 2d3296c
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: ec400c9fab99d16a491cea17d27d0c6a5780b97c
refs/heads/master: e58a0f89b25a2299374176d5c37aa89b326681e6
3 changes: 2 additions & 1 deletion trunk/drivers/misc/fsa9480.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ static int fsa9480_irq_init(struct fsa9480_usbsw *usbsw)
return ret;
}

device_init_wakeup(&client->dev, pdata->wakeup);
if (pdata)
device_init_wakeup(&client->dev, pdata->wakeup);
}

return 0;
Expand Down

0 comments on commit 2d3296c

Please sign in to comment.