Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp361157ybx; Wed, 6 Nov 2019 01:43:32 -0800 (PST) X-Google-Smtp-Source: APXvYqyZkp4MA2u3i45i4pOAsWJ/LsEjm/XnCCsemNrJJDutqaayiyr+Jt8zCTF2fgYZSOFMSFDU X-Received: by 2002:a05:6402:1b90:: with SMTP id cc16mr1612713edb.304.1573033412528; Wed, 06 Nov 2019 01:43:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573033412; cv=none; d=google.com; s=arc-20160816; b=X9yoQEukzxjobgTGq8jAdgT0sv0Njt/sykn2jbbDQe6dL6Uw76mtLqiqQOyiO3bGWC 7bVzPw0pzWsXfkDUKhol11Iw0DEopcJNqZhH4+17vPPaMvzkJ9FsqRLwVFUS4Jwz+KnV 8cjslulhBSessaLR1ZuYrS2n1SShct4/RwetmW4I6nnaRcBidyaz8pqu+sS45bDbGe0l L3PeRE4Pl3kOzj9gMbaApFzvHQVq0Y4/QbNNpHAgjd7bdbZkRi13MhZI6qOrPcvpjXtQ GJKb1kNl7tGsYpiSNthQu/FhCInDV4HKf88uJ1hPjVFZX4FaBj9WhVqusj3pT6ZTwZ1P mZ3g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=no6pzdWlnkJBBl0J8ezxmdHmLnFLtZJ9XFyiHdILex4=; b=GJyuHB0aGBufqqnKWXTiLUweZKPETDU9uAjL9ckvl5OPqKs8gkG/zxuBIzbM0EE3YW Ey/3tnBJyw7xpyP+uiUSXptETbn4+45tGy/Lt9R+FwlZ0GRm6oVKZYxrRItJUkkT5cqP j2FQt/h0/ysqiMUPUZ84b+xv9qAoiWNpngjfHZlgAkp3xKbp0rpHbGTimX/YIZBEkKXR 8pDQcIIWS1MBmvPPABjvHLe+9d4Mu9SUGdevNAi35zpoQZJGS2p5HRZWOE0Py5pFm5ly az4NMPPpezaK/kceiL02du2RjdMgOVAu5lC7iaR6Pea2hyMywrngH+D1wRfu52KvNJ3B j6tw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d24si12263702eda.162.2019.11.06.01.43.08; Wed, 06 Nov 2019 01:43:32 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731153AbfKFJlk (ORCPT + 99 others); Wed, 6 Nov 2019 04:41:40 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:59284 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726192AbfKFJlk (ORCPT ); Wed, 6 Nov 2019 04:41:40 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 5F7D11C0930; Wed, 6 Nov 2019 10:41:38 +0100 (CET) Date: Wed, 6 Nov 2019 10:41:38 +0100 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Pascal Bouwmann , Jonathan Cameron , Sasha Levin Subject: Re: [PATCH 4.19 059/149] iio: fix center temperature of bmc150-accel-core Message-ID: <20191106094138.62qkvhfpyf5brits@ucw.cz> References: <20191104212126.090054740@linuxfoundation.org> <20191104212140.681522108@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191104212140.681522108@linuxfoundation.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > From: Pascal Bouwmann > > [ Upstream commit 6c59a962e081df6d8fe43325bbfabec57e0d4751 ] > > The center temperature of the supported devices stored in the constant > BMC150_ACCEL_TEMP_CENTER_VAL is not 24 degrees but 23 degrees. > > It seems that some datasheets were inconsistent on this value leading > to the error. For most usecases will only make minor difference so > not queued for stable. > > Signed-off-by: Pascal Bouwmann > Signed-off-by: Jonathan Cameron > Signed-off-by: Sasha Levin Minor miscalibration, and author specifically states it should not be queued for stable. Yet, Sasha goes and queues it for stable. Why? Pavel > +++ b/drivers/iio/accel/bmc150-accel-core.c > @@ -125,7 +125,7 @@ > #define BMC150_ACCEL_SLEEP_1_SEC 0x0F > > #define BMC150_ACCEL_REG_TEMP 0x08 > -#define BMC150_ACCEL_TEMP_CENTER_VAL 24 > +#define BMC150_ACCEL_TEMP_CENTER_VAL 23 > > #define BMC150_ACCEL_AXIS_TO_REG(axis) (BMC150_ACCEL_REG_XOUT_L + (axis * 2)) > #define BMC150_AUTO_SUSPEND_DELAY_MS 2000 > -- > 2.20.1 > >