From patchwork Fri Feb 10 14:15:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yongqin Liu X-Patchwork-Id: 13135844 X-Patchwork-Delegate: daniel.lezcano@linaro.org 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 9C4D0C05027 for ; Fri, 10 Feb 2023 14:15:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231904AbjBJOPl (ORCPT ); Fri, 10 Feb 2023 09:15:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232185AbjBJOPk (ORCPT ); Fri, 10 Feb 2023 09:15:40 -0500 Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A7281E5C1 for ; Fri, 10 Feb 2023 06:15:39 -0800 (PST) Received: by mail-pj1-x102b.google.com with SMTP id r9-20020a17090a2e8900b00233ba727724so468933pjd.1 for ; Fri, 10 Feb 2023 06:15:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=Sw49d093iRE/lnieyMm9b69nRFPUDWb9NohvL5TWLf4=; b=Bp0iEg2FD2u90X20eb5Z/872M23FeqtYLvobjRkvIOPWEH/VcEthlotAlnYmrbjJEn He/4XAG+L27JVnPjIvRM8gP6G5qrbwumESeUjl14FQ2vLUbijZvaP0FfBYIBzE9C0poV zoD0HoqDRf4jDE2sypp7aDPKAorZC5J16fLflGR0SYXPJ2K7bFtbAFSaPurBg5Wf/f/y Tc9gWOZ3UfEf8CRCKbQvah4WGjTg9gOGiAUAQto2jNDfZOMp5LxhOSRjyQa1OcmRixUr kLVwfsfPK6ANBGgrD+/Bhq/OJTvKp2ylPqLgbQAQxA2kX4Vx05wdfP5+PVfIsYicWTgV nTgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Sw49d093iRE/lnieyMm9b69nRFPUDWb9NohvL5TWLf4=; b=HAQnO9Uj4/g3ORnfrrGt8t7L2YF9EoLowahoeMGqg9D1TChSmc0P+Pn/MVKaJ1dVpR J5mf/dAlxz0TTia89p28xYV0GwNj7cmLq+0gPY4kzjgzqHES3vxLCAKi+W3/+W05a6J9 j73kf3DyJcyWazfceM8Rd9mRjjXZ/WckF2RhZHqPo/kiefrs4owhw7pcDWojP4DQs+Md FRihzPWdMJAI9OhnY607hbTpnaz/ut3SScudo15h/SK/X7eunC4urI0sW1jA23C4OG+8 60Ll58MWMTKfNhjsErx4M/LZ4Od4Pk9LlVfBuYRhHwhFBiP0o8X4LhthrohEUTQO7eqN Sakg== X-Gm-Message-State: AO0yUKXZfc0Cp3ZjEtCZNwA/MX3TppeJtH+aYzltA00NADXd3xkDg3oC S9fdpw/0F2ieqMRjPBQLFiaKpg== X-Google-Smtp-Source: AK7set9cV3+kLau/p0w64ulWvF8Q5ONN5Fal2jdunHIepYwrqsyuwJT7tCJgIyloDrYuJWHEvJuQwQ== X-Received: by 2002:a17:902:e3c4:b0:189:6f76:9b61 with SMTP id r4-20020a170902e3c400b001896f769b61mr12536560ple.39.1676038538835; Fri, 10 Feb 2023 06:15:38 -0800 (PST) Received: from localhost.localdomain ([199.101.192.157]) by smtp.gmail.com with ESMTPSA id jl2-20020a170903134200b0019a6f32e6c1sm1737894plb.148.2023.02.10.06.15.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Feb 2023 06:15:38 -0800 (PST) From: Yongqin Liu To: rafael@kernel.org, daniel.lezcano@linaro.org, amitk@kernel.org, rui.zhang@intel.com, edubezval@gmail.com, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Cc: keescook@chromium.org, sumit.semwal@linaro.org, jstultz@google.com Subject: [PATCH 1/1] thermal/drivers/hisi: Drop second sensor hi3660 Date: Fri, 10 Feb 2023 22:15:07 +0800 Message-Id: <20230210141507.71014-1-yongqin.liu@linaro.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org The commit 74c8e6bffbe1 ("driver core: Add __alloc_size hint to devm allocators") exposes a panic "BRK handler: Fatal exception" on the hi3660_thermal_probe funciton. This is because the function allocates memory for only one sensors array entry, but tries to fill up a second one. Fix this by removing the unneeded second access. Fixes: 7d3a2a2bbadb ("thermal/drivers/hisi: Fix number of sensors on hi3660") Signed-off-by: Yongqin Liu Link: https://lore.kernel.org/linux-mm/20221101223321.1326815-5-keescook@chromium.org/ --- drivers/thermal/hisi_thermal.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/thermal/hisi_thermal.c b/drivers/thermal/hisi_thermal.c index d6974db7aaf7..15af90f5c7d9 100644 --- a/drivers/thermal/hisi_thermal.c +++ b/drivers/thermal/hisi_thermal.c @@ -427,10 +427,6 @@ static int hi3660_thermal_probe(struct hisi_thermal_data *data) data->sensor[0].irq_name = "tsensor_a73"; data->sensor[0].data = data; - data->sensor[1].id = HI3660_LITTLE_SENSOR; - data->sensor[1].irq_name = "tsensor_a53"; - data->sensor[1].data = data; - return 0; }