[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180911.230716.1048852895308106303.davem@davemloft.net>
Date: Tue, 11 Sep 2018 23:07:16 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: igor.stoppa@...il.com
Cc: igor.stoppa@...wei.com, huangdaode@...ilicon.com,
yisen.zhuang@...wei.com, salil.mehta@...wei.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] ethernet: hnae: drop adhoc assert() macros
From: Igor Stoppa <igor.stoppa@...il.com>
Date: Sat, 8 Sep 2018 18:01:42 +0300
> Replace assert() with a less misleading test_condition() using WARN()
> Drop one check which had bitrotted and didn't compile anymore.
>
> Signed-off-by: Igor Stoppa <igor.stoppa@...wei.com>
I'm still kind of not happy about this.
Make the driver use kernel interfaces like WARN_ON_ONCE()
etc. directly instead of defining alias CPP macros private to the
driver.
If it needs to be conditional upon DEBUG, we have pr_debug() and
the likes as well.
Thank you.
Powered by blists - more mailing lists