Sun, Mar 01, 2026 at 12:01:38AM +0100, [email protected] wrote:
>On Wed, 25 Feb 2026 14:34:19 +0100 Jiri Pirko wrote:
>> -    dev_warn(port->devlink->dev, "Type was not set for devlink port.");
>> +    if (port->devlink->dev)
>> +            dev_warn(port->devlink->dev,
>> +                     "Type was not set for devlink port.");
>
>since I'm already nit-picking - maybe we should have a helper for this
>case an pr_warn() the message if dev is NULL?

Okay

Reply via email to