Re: [PATCH v4 3/4] hwmon: (gpd-fan): upgrade log level from warn to err for platform device creation failure
From: Guenter Roeck
Date: Wed Jun 10 2026 - 09:19:27 EST
On Wed, Jun 10, 2026 at 09:49:11AM +0800, Pei Xiao wrote:
> When platform_create_bundle() fails, the error is fatal and prevents the
> driver from loading. Use pr_err() instead of pr_warn() to clearly indicate
> a critical failure.
>
> Signed-off-by: Pei Xiao <xiaopei01@xxxxxxxxxx>
Applied.
Thanks,
Guenter