Loading
msm: sde: Fix potential deferencing of null pointer
While configuring the hw rotator, if the output format is not
found, the fmt will be NULL and we could be deferencing it.
Adding a NULL check to prevent it.
Change-Id: I64bafa79f0be28fc9f6573f055dba46a7bcdfbcc
Signed-off-by:
Rajkumar Subbiah <rsubbia@codeaurora.org>