Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751782AbdI0Gqc (ORCPT ); Wed, 27 Sep 2017 02:46:32 -0400 Received: from mout02.posteo.de ([185.67.36.66]:40798 "EHLO mout02.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750905AbdI0Gqb (ORCPT ); Wed, 27 Sep 2017 02:46:31 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 27 Sep 2017 08:46:27 +0200 From: Martin Kepplinger To: Harinath Nampally Cc: jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, gregkh@linuxfoundation.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, amsfield22@gmail.com Subject: Re: [PATCH v3 3/3] iio: accel: mma8452: Rename read/write event value callbacks to generic function name. In-Reply-To: <1506336008-4480-4-git-send-email-harinath922@gmail.com> References: <1506336008-4480-1-git-send-email-harinath922@gmail.com> <1506336008-4480-4-git-send-email-harinath922@gmail.com> Message-ID: <6a0f1676591c924b9d93cdb0b98ba7f9@posteo.de> User-Agent: Posteo Webmail Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 445 Lines: 11 Am 25.09.2017 12:40 schrieb Harinath Nampally: > 'mma8452_read_thresh' and 'mma8452_write_thresh' functions > does more than just read/write threshold values. > They also handle IIO_EV_INFO_HIGH_PASS_FILTER_3DB and > IIO_EV_INFO_PERIOD therefore renaming to generic names. > > Improves code readability, no impact on functionality. > > Signed-off-by: Harinath Nampally Acked-by: Martin Kepplinger