From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <51D47EC3.5080305@kernel.org> Date: Wed, 03 Jul 2013 20:42:59 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Andrew Morton CC: Alexandre Belloni , Jonathan Cameron , Maxime Ripard , Thomas Petazzoni , Gregory Clement , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Lars-Peter Clausen , stable@vger.kernel.org Subject: Re: [PATCH] iio: inkern: fix iio_convert_raw_to_processed_unlocked References: <1372696809-14661-1-git-send-email-alexandre.belloni@free-electrons.com> <20130701152004.cfddc36e7b3d9d63e1960514@linux-foundation.org> In-Reply-To: <20130701152004.cfddc36e7b3d9d63e1960514@linux-foundation.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: On 07/01/2013 11:20 PM, Andrew Morton wrote: > On Mon, 1 Jul 2013 18:40:09 +0200 Alexandre Belloni wrote: > >> When reading IIO_CHAN_INFO_OFFSET, the return value of iio_channel_read() for >> success will be IIO_VAL*, checking for 0 is not correct. > > I have a canned response: > > When writing a changelog, please describe the end-user-visible effects > of the bug, so that others can more easily decide which kernel > version(s) should be fixed, and so that downstream kernel maintainers > can more easily work out whether this patch will fix a problem which > they or their customers are observing. > >> Cc: # 3.10.x > > Especially when cc'ing -stable. > As Andrew suggested I have added a few more details and applied the patch to the fixes-togreg branch of iio.git. Thanks, Jonathan