commit | 227fab1ee7ca70c9b4b0915898e81327aeb70414 | [log] [tgz] |
---|---|---|
author | Guo Zhengkui <guozhengkui@vivo.com> | Thu May 05 00:49:01 2022 +0800 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Tue May 17 22:34:42 2022 +0200 |
tree | 613e1ffd1bf8d5a81b6076e0d19f53b18387073b | |
parent | c157a606e7525409208a51bd6663d6da3757d69e [diff] |
i3c: master: svc: fix returnvar.cocci warning Fix the following coccicheck warning: drivers/i3c/master/svc-i3c-master.c:1600:5-8: Unneeded variable: "ret". Return "0" on line 1605. Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20220504164901.9622-1-guozhengkui@vivo.com