[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170430.222913.2265911659016260131.davem@davemloft.net>
Date:   Sun, 30 Apr 2017 22:29:13 -0400 (EDT)
From:   David Miller <davem@...emloft.net>
To:     andriy.shevchenko@...ux.intel.com
Cc:     Yuval.Mintz@...gic.com, ariel.elior@...ium.com,
        everest-linux-l2@...ium.com, netdev@...r.kernel.org,
        andy.shevchenko@...il.com
Subject: Re: [PATCH v1 3/3] bnx2x: Get rid of useless temporary variable
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Date: Thu, 27 Apr 2017 16:37:01 +0300
> From: Andy Shevchenko <andy.shevchenko@...il.com>
> 
> Replace pattern
> 
>  int status;
>  ...
>  status = func(...);
>  return status;
> 
> by
> 
>  return func(...);
> 
> No functional change intented.
> 
> Signed-off-by: Andy Shevchenko <andy.shevchenko@...il.com>
Applied.
Powered by blists - more mailing lists
 
