summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMike McCormack <mikem@ring3k.org>2010-05-13 06:12:52 (GMT)
committerDavid S. Miller <davem@davemloft.net>2010-05-14 10:06:22 (GMT)
commit3403aca2320274dc5c617dc2f0cc358771a51be9 (patch)
tree450028ec2e3851f26e4cb4c5f7993e04af655079 /firmware
parentd72ff8fa7f8b344382963721f842256825c4660b (diff)
downloadlinux-fsl-qoriq-3403aca2320274dc5c617dc2f0cc358771a51be9.tar.xz
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 <mikem@ring3k.org> Acked-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions