]> 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>
Thu, 5 Jan 2017 13:20:36 +0000 (14:20 +0100)
commit772716a911a46f212d56ae2bc0119aa21cc24a18
treece098bb2e87c1c7d4c6f4116b02a67834035b9da
parent2a8c8876495fde80bde73017b53803b3cb884f93
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