Re: [PATCH v1] driver core: fw_devlink: Avoid spurious error message

From: Root Mailer
Date: Mon Oct 02 2023 - 10:18:50 EST


In the commit message it says

"So, avoid printing an error for these cases."

yet dev_err() is used instead of dev_warn(). As it is harmless,
dev_warn() should be used here otherwise this confuses people.

Best regards