commit | 7a8d03f88efadcfe5963bc72a03fedc9a04f7f5a | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Fri Feb 14 17:52:17 2020 +0530 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Wed Feb 26 18:35:29 2020 +0530 |
tree | ee8d8dd8993ad3bb2b599fd13e6c14e2132ea80f | |
parent | 548ce227d3d852455c6395c0cec30af0cda77b09 [diff] |
misc: k3_avs: Fix possible NULL pointer deference Its possible that k3_avs_priv is NULL because the driver may not have been probed yet. Therefore check if pointer is valid before dereferencing it. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>