diff options
| author | Mike McCormack <[email protected]> | 2010-05-13 06:12:52 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2010-05-14 03:06:22 -0700 |
| commit | 3403aca2320274dc5c617dc2f0cc358771a51be9 (patch) | |
| tree | 450028ec2e3851f26e4cb4c5f7993e04af655079 /tools/perf/scripts/python/bin | |
| parent | d72ff8fa7f8b344382963721f842256825c4660b (diff) | |
sky2: Avoid allocating memory in sky2_resume
Allocating memory can fail, and since we have the memory we need
in sky2_resume when sky2_suspend is called, just stop the hardware
without freeing the memory it's using.
This avoids the possibility of failing because we can't allocate
memory in sky2_resume(), and allows sharing code with sky2_restart().
Signed-off-by: Mike McCormack <[email protected]>
Acked-by: Stephen Hemminger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions