Skip to content
Commit 0a124e98 authored by Bo Yu's avatar Bo Yu Committed by Jonathan Cameron
Browse files

Staging: iio: return expression instead of return ret



The following Coccinelle script was used to detect this:

@@
local idexpression ret;
expression e;
@@

-ret =
+return
       e;
-return ret;

Signed-off-by: default avatarBo YU <tsu.yubo@gmail.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 3a1e3293
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment