soc: fsl: guts: remove unneeded semicolon
Eliminate the following coccicheck warning: ./drivers/soc/fsl/guts.c:120:2-3: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
This commit is contained in:
parent
7374a3e572
commit
9469f04bb9
|
@ -117,7 +117,7 @@ static const struct fsl_soc_die_attr *fsl_soc_die_match(
|
|||
if (matches->svr == (svr & matches->mask))
|
||||
return matches;
|
||||
matches++;
|
||||
};
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue