Re: [PATCH v2 03/45] notifier: Add atomic/blocking_notifier_has_unique_priority()

From: Dmitry Osipenko
Date: Thu Oct 28 2021 - 18:10:30 EST


28.10.2021 14:00, Andy Shevchenko пишет:
>> + while ((*nl) != NULL && (*nl)->priority >= n->priority) {
> ' != NULL' is not needed.
>

I'll change it in v3, thanks.