Re: [PATCH] ARM: imx5: add missing put_device() call in imx_suspend_alloc_ocram()

2020-06-23 Thread Shawn Guo
On Thu, Jun 04, 2020 at 08:42:06PM +0800, yu kuai wrote: > if of_find_device_by_node() succeed, imx_suspend_alloc_ocram() doesn't > have a corresponding put_device(). Thus add a jump target to fix the > exception handling for this function implementation. > > Fixes: 1579c7b9fe01 ("ARM: imx53: Set

[PATCH] ARM: imx5: add missing put_device() call in imx_suspend_alloc_ocram()

2020-06-04 Thread yu kuai
if of_find_device_by_node() succeed, imx_suspend_alloc_ocram() doesn't have a corresponding put_device(). Thus add a jump target to fix the exception handling for this function implementation. Fixes: 1579c7b9fe01 ("ARM: imx53: Set DDR pins to high impedance when in suspend to RAM.") Signed-off-by