]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: davinci: PM: Do not free useful resources in normal path in 'davinci_pm_init'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 13 May 2017 11:40:20 +0000 (13:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jul 2017 12:41:41 +0000 (14:41 +0200)
commitb856d45c710620d4324b660be1f36ce561ebc281
tree31b63edec3cee92dc9694e3484ec8663983a075d
parentb0ed471883749029e49c9a6f02b7568d7f9819d5
ARM: davinci: PM: Do not free useful resources in normal path in 'davinci_pm_init'

commit 95d7c1f18bf8ac03b0fc48eac1f1b11f867765b8 upstream.

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: aa9aa1ec2df6 ("ARM: davinci: PM: rework init, remove platform device")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
[nsekhar@ti.com: commit message and minor style fixes]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-davinci/pm.c