From: Andy Shevchenko <[email protected]>
Date: Thu, 27 Apr 2017 16:37:01 +0300

> From: Andy Shevchenko <[email protected]>
> 
> Replace pattern
> 
>  int status;
>  ...
>  status = func(...);
>  return status;
> 
> by
> 
>  return func(...);
> 
> No functional change intented.
> 
> Signed-off-by: Andy Shevchenko <[email protected]>

Applied.

Reply via email to