-
由 Yizhuo Zhai 提交于
stable inclusion from linux-4.19.198 commit c71a120d34dcda696664c1ee74868f217d4fc4b6 -------------------------------- [ Upstream commit cac7100d ] Inside function hideep_nvm_unlock(), variable "unmask_code" could be uninitialized if hideep_pgm_r_reg() returns error, however, it is used in the later if statement after an "and" operation, which is potentially unsafe. Signed-off-by: NYizhuo <yzhai003@ucr.edu> Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: NSasha Levin <sashal@kernel.org> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
300f3dee