On 9/5/19 7:36 PM, Stephen Hemminger wrote:
On Thu, 5 Sep 2019 17:10:40 +0100
Andrew Rybchenko <arybche...@solarflare.com> wrote:

+               if (ret != 0) {
+                       ERROR("Failed to apply promiscuous mode");
+                       return ret;
+               }
Just return the error as normal and let caller deal with it.
Additional logging is not necessary.

In this particular case we simply follow style around.
No strong opinion. Up to Gaetan.

Reply via email to