Skip to content
Commit 95d7c1f1 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Sekhar Nori
Browse files

ARM: davinci: PM: Do not free useful resources in normal path in 'davinci_pm_init'



It is wrong to iounmap resources in the normal path of davinci_pm_init()

The 3 ioremap'ed fields of 'pm_config' can be accessed later on in other
functions, so we should return 'success' instead of unrolling everything.

Fixes: aa9aa1ec ("ARM: davinci: PM: rework init, remove platform device")
Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
[nsekhar@ti.com: commit message and minor style fixes]
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent f3f6cc81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment