]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: ufs: host: Hold reference returned by of_parse_phandle()
authorLiang He <windhl@126.com>
Tue, 19 Jul 2022 07:15:29 +0000 (15:15 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Aug 2022 09:59:38 +0000 (11:59 +0200)
commit45098d068e442ad3f2c8884293028ea5f690441e
tree5bf16140d9ff166715e668bbe88110e7aa80531a
parent076f41e4609666255f98ddff615b40945c2797af
scsi: ufs: host: Hold reference returned by of_parse_phandle()

commit c279b3eaf09ac458dea6af0d9770a86052c78651 upstream.

In ufshcd_populate_vreg(), we should hold the reference returned by
of_parse_phandle() and then use it to call of_node_put() for refcount
balance.

Link: https://lore.kernel.org/r/20220719071529.1081166-1-windhl@126.com
Fixes: 3e50858d4247 ("ufs: Add regulator enable support")
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Liang He <windhl@126.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/ufs/ufshcd-pltfrm.c