msm: mdss: Fix potential deferencing of null pointer
While servicing display post processing ioctl for calib data the
driver checks if the calibration addr is valid. During this
check it deferences the base address for all pipes without
checking if the pipe pointer is NULL. This fix adds this check.
CRs-Fixed: 1082568
Change-Id: I4114d5491313b311c8907a91148be6606d0f4227
Signed-off-by:
Sravan Kumar D.V.N <sravank1@codeaurora.org>
Loading
Please register or sign in to comment