From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AABADC5DF63 for ; Wed, 6 Nov 2019 10:44:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7131D217D7 for ; Wed, 6 Nov 2019 10:44:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573037058; bh=jG0JttOgmzlQCSx7+bOGT0umZwwN41UEPKfYQFE7IDY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=zcWxV0gOM9UkvDSn8OBDieNkWk2n1AqhMkv52WIzBMO2yL66MiMmaBnAKIimq2LUj yijewfFTXgsdGK7louHYoFdwHrbR+PxRxFw+GxdMlrsVOYp29NhjAMPlc1XBpILe/s cC/O+jKcywd1WSGXAvpRWdundNpCRi5UbkWIYc3g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730223AbfKFKoR (ORCPT ); Wed, 6 Nov 2019 05:44:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:40492 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725890AbfKFKoQ (ORCPT ); Wed, 6 Nov 2019 05:44:16 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 23D3920869; Wed, 6 Nov 2019 10:44:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573037054; bh=jG0JttOgmzlQCSx7+bOGT0umZwwN41UEPKfYQFE7IDY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Qs1lyDlxFOVZXq+UkW903qovOG/laBOg+I0zSVnMMqP9jfNZFbFedbrP8vWQXel4M JamqDdZYwDGZwdnNsAYVMMNiJFKR/2FFeBZiFSTd7Y0R04GaiBquD9O3hTEZ1JKCGg bGN6OsQ2c1OqL1yeUpTgO4CgAeAn8IWETcbLf+oU= Date: Wed, 6 Nov 2019 11:44:12 +0100 From: Greg Kroah-Hartman To: Pavel Machek 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: <20191106104412.GA2982490@kroah.com> References: <20191104212126.090054740@linuxfoundation.org> <20191104212140.681522108@linuxfoundation.org> <20191106094138.62qkvhfpyf5brits@ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191106094138.62qkvhfpyf5brits@ucw.cz> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 06, 2019 at 10:41:38AM +0100, Pavel Machek wrote: > > 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? Because it really does fix an issue. thanks, greg k-h