git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acac7bd
)
drm/nouveau: fix pm initialization order
author
Dmitry Eremin-Solenikov
<dmitry_eremin@mentor.com>
Tue, 25 Sep 2012 06:31:40 +0000
(10:31 +0400)
committer
Ben Skeggs
<bskeggs@redhat.com>
Wed, 3 Oct 2012 03:13:12 +0000
(13:13 +1000)
If nouveau_pm_perflvl_get() fails, pm->profiles list will be left
uninitialized, which causes oops during nouveau_pm_fini().
Move INIT_LIST_HEAD before call to nouveau_pm_perflvl_get().
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found