Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp722509pxb; Tue, 2 Feb 2021 16:43:02 -0800 (PST) X-Google-Smtp-Source: ABdhPJyOi/u5niuqqSkPoPADGT4wdQ+lg8YhxEGMTOTEdgs9G8NVjc70qRjOcSnnnhb+Yr8mgDlW X-Received: by 2002:aa7:dc17:: with SMTP id b23mr634334edu.139.1612312982682; Tue, 02 Feb 2021 16:43:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612312982; cv=none; d=google.com; s=arc-20160816; b=AWFCy6xOooe27zTCFYow7QCYQd/h16FGo2XucxbCL1IYc+yRW3nhodSXP1h0ZvoPLJ amvYn/EK34hGSWxXD5kdhoKgvyrA9KH6D2jA9/AvPEG4nJBNQb0zJR4cP6xfR85HzYJJ aBR5nhFmOQmpC3ewypp/i0dij3sPJCoyjkfU96/gLzIhiDoZLqOJGeVMRAkCpJGSHkvb 9YkaimpAPsNm7tBuzfVIvQ94bWJkjluQMk9COVl/3DFr9K4lpX6+qJGpyEwzCyMAOss/ I4yzewkHx86BGvqQ8h4O9JWyuQZFkXlgYLLfg+by4yQp/Tny0QUVWFT6s1L7fu99YLNQ 5ThA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Y+UKGaQMsL0O2mrr95o/vCqzz1FTjHaXdxLasWqOiwc=; b=qpenN3Y/uZBJS3fvt3zuc0epMVIVLpnPDhW8Lk527KlhlxI2jwY0bxgYoliVwOUaMD 3XqKiERv16EK9xt2fMtKksNcVYfzYSrotZ50+EjoUViN1tN3qF/tE6vmJ+vFEOguHe7c WVbM3iHU3bysFp3yHr1rdzo9SVYRyVYgabjJFwRMmw9KMZXP3dVE/eP53XS8LnNVZt0G nl0eXoO129yHvabYv4dV6BYcn1QUS2Xvvejn2Wt34uWXcOHdoGFeGumEY8j7HVJ1gg8/ wKoZachluI8m6ewSqwMfKeH7OffYXJupGMKql8TvYY5wDuB8op9ntuBztHH5IT5VeROn sfZA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=msu.ru Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gu1si295438ejb.20.2021.02.02.16.42.38; Tue, 02 Feb 2021 16:43:02 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=msu.ru Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234452AbhBBSp6 (ORCPT + 99 others); Tue, 2 Feb 2021 13:45:58 -0500 Received: from lnfm1.sai.msu.ru ([93.180.26.255]:38478 "EHLO lnfm1.sai.msu.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233738AbhBBSm0 (ORCPT ); Tue, 2 Feb 2021 13:42:26 -0500 Received: from dragon.sai.msu.ru (dragon.sai.msu.ru [93.180.26.172]) by lnfm1.sai.msu.ru (8.14.1/8.12.8) with ESMTP id 112IboMk011289; Tue, 2 Feb 2021 21:37:55 +0300 Received: from oak.local (unknown [83.167.113.121]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by dragon.sai.msu.ru (Postfix) with ESMTPSA id 28E9A18B18; Tue, 2 Feb 2021 21:37:52 +0300 (MSK) From: "Matwey V. Kornilov" To: Jean Delvare , Guenter Roeck , Javier Martinez Canillas , linux-hwmon@vger.kernel.org (open list:HARDWARE MONITORING), linux-kernel@vger.kernel.org (open list) Cc: matwey.kornilov@gmail.com, "Matwey V. Kornilov" , linux-hwmon@vger.kernel.org (open list:HARDWARE MONITORING), linux-kernel@vger.kernel.org (open list) Subject: [PATCH v3] hwmon: lm75: Handle broken device nodes gracefully Date: Tue, 2 Feb 2021 21:37:37 +0300 Message-Id: <20210202183737.28747-1-matwey@sai.msu.ru> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210202142113.5456-1-matwey@sai.msu.ru> References: <20210202142113.5456-1-matwey@sai.msu.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There is a logical flaw in lm75_probe() function introduced in commit e97a45f1b460 ("hwmon: (lm75) Add OF device ID table") Note, that of_device_get_match_data() returns NULL when no match is found. This is the case when OF node exists but has unknown compatible line, while the module is still loaded via i2c detection. arch/powerpc/boot/dts/fsl/p2041rdb.dts: lm75b@48 { compatible = "nxp,lm75a"; reg = <0x48>; }; In this case, the sensor is mistakenly considered as ADT75 variant. Fixes: e97a45f1b460 ("hwmon: (lm75) Add OF device ID table") Signed-off-by: Matwey V. Kornilov --- Changes since v2: * fixed typo in the message * fixed brackets drivers/hwmon/lm75.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c index e447febd121a..53882c334a0d 100644 --- a/drivers/hwmon/lm75.c +++ b/drivers/hwmon/lm75.c @@ -561,10 +561,17 @@ static int lm75_probe(struct i2c_client *client) int status, err; enum lm75_type kind; - if (client->dev.of_node) - kind = (enum lm75_type)of_device_get_match_data(&client->dev); - else + if (dev->of_node) { + const struct of_device_id *match = + of_match_device(dev->driver->of_match_table, dev); + + if (!match) + return -ENODEV; + + kind = (enum lm75_type)(match->data); + } else { kind = i2c_match_id(lm75_ids, client)->driver_data; + } if (!i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_BYTE_DATA | I2C_FUNC_SMBUS_WORD_DATA)) -- 2.26.2