summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2020-07-24 14:39:40 -0700
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>2020-07-24 14:39:40 -0700
commit80ff73f75848d3fdb9bc7b55b1dd9f2125243275 (patch)
treeb3261c160918287aae7b5c68ba9ece27b8fef7a4 /block
parent4927b1ab2047dc12b3c16f7b84ab95145cd3b79d (diff)
soc: ti: k3-ringacc: fix: warn: variable dereferenced before check 'ring'
Fix build warning in k3_ringacc_ring_cfg(): smatch warnings: drivers/soc/ti/k3-ringacc.c:562 k3_ringacc_ring_cfg() warn: variable dereferenced before check 'ring' (see line 559) 557 int k3_ringacc_ring_cfg(struct k3_ring *ring, struct k3_ring_cfg *cfg) 558 { @559 struct k3_ringacc *ringacc = ring->parent; ^^^^^^^^^^^^ Dereference. 560 int ret = 0; 561 @562 if (!ring || !cfg) ^^^^ Check too late. Delete it? Reported-by: kernel test robot <lkp@intel.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions