]> git.karo-electronics.de Git - karo-tx-linux.git/commit
remoteproc: qcom-tz: Fix uninitialzed variable bug
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 5 Jan 2017 13:20:36 +0000 (14:20 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 7 Mar 2017 11:40:58 +0000 (12:40 +0100)
commit3d7d6fe85f9433458b919f1cef63491ce49530b4
treece098bb2e87c1c7d4c6f4116b02a67834035b9da
parent596339ed269d4f7b6448fa94b99effccb658c256
remoteproc: qcom-tz: Fix uninitialzed variable bug

commit 691849c2ffa1 ("Move to new qcom_smem_get() api") left over a
check of a now uninitialized variable.
Remove the variable and do the check in the hopefully intended
manner.
drivers/remoteproc/qcom_tz_pil.c