Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201387
b: refs/heads/master
c: f2d2420
h: refs/heads/master
i:
  201385: 4395a27
  201383: a6b9d3d
v: v3
  • Loading branch information
Julia Lawall authored and Russell King committed Jul 30, 2010
1 parent 7145c8c commit cb89df1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 74bc80931c8bc34d24545f992a35349ad548897c
refs/heads/master: f2d2420bbf4bb125ea5f2e1573d4da6b668fc78a
5 changes: 2 additions & 3 deletions trunk/arch/arm/common/sa1111.c
Original file line number Diff line number Diff line change
Expand Up @@ -1028,13 +1028,12 @@ static int sa1111_remove(struct platform_device *pdev)
struct sa1111 *sachip = platform_get_drvdata(pdev);

if (sachip) {
__sa1111_remove(sachip);
platform_set_drvdata(pdev, NULL);

#ifdef CONFIG_PM
kfree(sachip->saved_state);
sachip->saved_state = NULL;
#endif
__sa1111_remove(sachip);
platform_set_drvdata(pdev, NULL);
}

return 0;
Expand Down

0 comments on commit cb89df1

Please sign in to comment.