From mboxrd@z Thu Jan 1 00:00:00 1970 From: "=?utf-8?B?UGV0ZXIgS8Okc3RsZQ==?=" Subject: Re: [PATCH v4 10/11] thermal: Simplify or eliminate unnecessary set_mode() methods Date: Mon, 01 Jun 2020 11:38:19 +0000 Message-ID: <375c2dbecb7468fffdfcd93dc6325039@piie.net> References: <20200528192051.28034-11-andrzej.p@collabora.com> <20200528192051.28034-1-andrzej.p@collabora.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <20200528192051.28034-11-andrzej.p@collabora.com> Sender: linux-renesas-soc-owner@vger.kernel.org To: Andrzej Pietrasiewicz , linux-pm@vger.kernel.org, linux-acpi@vger.kernel.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-rockchip@lists.infradead.org Cc: "Rafael J . Wysocki" , Len Brown , Vishal Kulkarni , "David S . Miller" , Jiri Pirko , Ido Schimmel , Johannes Berg , Emmanuel Grumbach , Luca Coelho , Intel Linux Wireless , Kalle Valo , Darren Hart , Andy Shevchenko , Sebastian Reichel , Miquel Raynal , Daniel Lezcano , Amit Kucheria , Support Opensource List-Id: linux-rockchip.vger.kernel.org 28. Mai 2020 21:22, "Andrzej Pietrasiewicz" schrieb: > Setting polling_delay is now done at thermal_core level (by not polling > DISABLED devices), so no need to repeat this code. > > int340x: Checking for an impossible enum value is unnecessary. > acpi/thermal: It only prints debug messages. > > Signed-off-by: Andrzej Pietrasiewicz > --- [...] > drivers/platform/x86/acerhdf.c | 3 -- Acked-by: Peter Kaestle