]> git.baikalelectronics.ru Git - kernel.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)
committerSekhar Nori <nsekhar@ti.com>
Wed, 17 May 2017 09:55:18 +0000 (15:25 +0530)
commitc416e6067fb0a91c251e4e86ccd28a8691078d41
tree366c0ab34b29a53e14f8e4bf1bf955395eb0bcc4
parent4021c89e1269ebc3999d597e09960046a5869d9a
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: 6506b3504b7a ("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>
arch/arm/mach-davinci/pm.c