On 06/04/2021 03:59, samirweng1979 wrote: > From: wengjianfeng <[email protected]> > > In function s3fwrn5_nci_post_setup, the variable ret is assigned then > goto out label, which just return ret, so we use return to replace it. > Other goto sentences are similar, we use return sentences to replace > goto sentences and delete out label. > > Signed-off-by: wengjianfeng <[email protected]> > --- > drivers/nfc/s3fwrn5/core.c | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 deletions(-)
Reviewed-by: Krzysztof Kozlowski <[email protected]> Best regards, Krzysztof

