[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <68571997-c33a-49f8-b922-4b102e5b682b@moroto.mountain>
Date: Wed, 21 Feb 2024 16:19:14 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Colin Ian King <colin.i.king@...il.com>
Cc: "Rafael J . Wysocki" <rafael@...nel.org>,
Zhang Rui <rui.zhang@...el.com>, Len Brown <lenb@...nel.org>,
linux-acpi@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] ACPI: thermal_lib: Add missing checks for errors
in return code ret
Btw, in real life, in 2024, the compiler is going to automatically
initialize "temp_decik" to zero. So we could just do:
- int temp_decik;
+ int temp_decik = 0;
That would silence the warning without affecting anything else at all.
regards,
dan carpenter
Powered by blists - more mailing lists