commit | 441a08dbe158a68513d45ea289ea3d680962c795 | [log] [tgz] |
---|---|---|
author | Tejas Prajapati <tpraja@codeaurora.org> | Fri Mar 20 13:41:39 2020 +0530 |
committer | Tejas Prajapati <tpraja@codeaurora.org> | Fri Mar 20 16:39:34 2020 +0530 |
tree | b9322cdd8ac6ef063f6e80c4ac496252b71e6271 | |
parent | 575b31a54fc43a6eae66619dcbe341dd9395714f [diff] |
msm: camera: isp: variable should be accessed only if match is found There is a possibility that the priority variable would be accessed even for the HEAD node which would result in out of bound errors, so access the elements of the structure only if the handler is found. Change-Id: I09dc527b1ff878604bf157e106bb3e5805a7e516 Signed-off-by: Tejas Prajapati <tpraja@codeaurora.org>