From patchwork Fri Jun 16 14:34:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 693546 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A01D0EB64D7 for ; Fri, 16 Jun 2023 14:34:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345323AbjFPOea (ORCPT ); Fri, 16 Jun 2023 10:34:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229470AbjFPOe3 (ORCPT ); Fri, 16 Jun 2023 10:34:29 -0400 Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DB4530E4 for ; Fri, 16 Jun 2023 07:34:27 -0700 (PDT) Received: by mail-wm1-x335.google.com with SMTP id 5b1f17b1804b1-3f8cc04c278so6379635e9.0 for ; Fri, 16 Jun 2023 07:34:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1686926066; x=1689518066; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=j0BhKifrGZP5OZWlKIsZeamhkVEABjFj9lFeY4ksW7M=; b=h3W0Zy4f2HUF8wotQ3ce709URxdY0hAEyJb3M8k3yMQpdG4hGYwZUKMzASKXcXcWEL oUsFDqyOTegR8JitFcYwQP6qxITaijXonMpq8MVsCzcHd7SOSa+BkaFeoNx54AyGmpem TF5rtlc2tL9/It1QdOCJ+rw7PxOM7KuSuNsvLIq9gXjy1OBhGbdIk6ThwGmvjWI1Fcf+ IQpcCJKx/XG8DmsDoasfUluoJRmQGidogDWVh5UslgkDV9o4w+Qw4YN17/vJpbZpNaYl BGje+1RQuRo/isJqqwETpbOC6merAbWVddQIB1Lj9advMPKe/dZFB0jtwj07kgYpCdTK lXng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686926066; x=1689518066; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=j0BhKifrGZP5OZWlKIsZeamhkVEABjFj9lFeY4ksW7M=; b=ZJfdQr7xsd92MUe6PNFGsbUuH2ZEkEMd6TwBbUGr/ETdfmCSx8rIEJlUN+f0TxcJWH 2xSVaQklCGNTqy9B3F1HosbQW0YEXjESEOtWw48/FXeHhNxnCkwLCG0993jZurtfPBWk 7qilxGa2yj0dcITd/95eWk0YgdBIYMnSF09VBk8SohP7WvU0c3Tzslh1JaupbUxo2V7j 9medKQiyIB8wAtBIK/xEHWZnktUS8h1vl7DlgIvObxoSZL83flTVDnZIjd6mTdLeC1b4 2ycRjUChwotNxOHeRLOj792d3ql6bzvQnXF01TnBEOcsXYPzMcLuVWsXcAfLcKagLAld ZROg== X-Gm-Message-State: AC+VfDw5RRwHe5mF04oU1sGhZKScIYeAFj9GLU1MFCZx5uvbOmUTeqsg WPaOF4T9gfW9jdtwGU0culyvJw== X-Google-Smtp-Source: ACHHUZ7B9eVOhaXE4pBU+0rUh8FmNUqYijle3OGMXnKhyXSI8Yi1/tNByxXskqTrhcpUfklt3TEmJg== X-Received: by 2002:adf:de8a:0:b0:30f:bc8f:6d49 with SMTP id w10-20020adfde8a000000b0030fbc8f6d49mr1814518wrl.13.1686926065921; Fri, 16 Jun 2023 07:34:25 -0700 (PDT) Received: from mai.box.freepro.com ([2a05:6e02:1041:c10:4aa0:8c56:eebe:c05c]) by smtp.gmail.com with ESMTPSA id k6-20020a5d6286000000b0030903371ef9sm23626149wru.22.2023.06.16.07.34.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Jun 2023 07:34:25 -0700 (PDT) From: Daniel Lezcano To: zhuyinbo@loongson.cn Cc: rafael@kernel.org, daniel.lezcano@linaro.org, loongson-kernel@lists.loongnix.cn, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, zhanghongchen , Amit Kucheria , Zhang Rui Subject: [PATCH] thermal/drivers/loongson2: Fix thermal zone private data access Date: Fri, 16 Jun 2023 16:34:07 +0200 Message-Id: <20230616143407.689515-1-daniel.lezcano@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <8ca44091-35fd-cc24-9896-0317772c5620@loongson.cn> References: <8ca44091-35fd-cc24-9896-0317772c5620@loongson.cn> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org The thermal zone device won't be accessible directly anymore. Use the private data accessor. Cc: zhuyinbo Cc: Yinbo Zhu Signed-off-by: Daniel Lezcano --- drivers/thermal/loongson2_thermal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/loongson2_thermal.c b/drivers/thermal/loongson2_thermal.c index 6a338e6e490e..9a07409c3bd2 100644 --- a/drivers/thermal/loongson2_thermal.c +++ b/drivers/thermal/loongson2_thermal.c @@ -56,7 +56,7 @@ static int loongson2_thermal_set(struct loongson2_thermal_data *data, static int loongson2_thermal_get_temp(struct thermal_zone_device *tz, int *temp) { u32 reg_val; - struct loongson2_thermal_data *data = tz->devdata; + struct loongson2_thermal_data *data = thermal_zone_device_priv(tz); reg_val = readl(data->regs + LOONGSON2_TSENSOR_OUT); *temp = ((reg_val & 0xff) - 100) * 1000; @@ -67,7 +67,7 @@ static int loongson2_thermal_get_temp(struct thermal_zone_device *tz, int *temp) static irqreturn_t loongson2_thermal_irq_thread(int irq, void *dev) { struct thermal_zone_device *tzd = dev; - struct loongson2_thermal_data *data = tzd->devdata; + struct loongson2_thermal_data *data = thermal_zone_device_priv(tzd); /* clear interrupt */ writeb(0x3, data->regs + LOONGSON2_TSENSOR_STATUS); @@ -79,7 +79,7 @@ static irqreturn_t loongson2_thermal_irq_thread(int irq, void *dev) static int loongson2_thermal_set_trips(struct thermal_zone_device *tz, int low, int high) { - struct loongson2_thermal_data *data = tz->devdata; + struct loongson2_thermal_data *data = thermal_zone_device_priv(tz); return loongson2_thermal_set(data, low/1000, high/1000, true); }