From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <5493040F.5020206@metafoo.de> Date: Thu, 18 Dec 2014 17:42:55 +0100 From: Lars-Peter Clausen MIME-Version: 1.0 To: Karol Wrona , Jonathan Cameron , linux-iio@vger.kernel.org, Hartmut Knaack , linux-kernel@vger.kernel.org CC: Bartlomiej Zolnierkiewicz , Kyungmin Park , Karol Wrona Subject: Re: [RFC PATCH 1/2] iio: kfifo: Remove unused argument in iio_kfifo_allocate References: <1418153385-18212-1-git-send-email-k.wrona@samsung.com> <1418153385-18212-2-git-send-email-k.wrona@samsung.com> In-Reply-To: <1418153385-18212-2-git-send-email-k.wrona@samsung.com> Content-Type: text/plain; charset=windows-1252; format=flowed List-ID: On 12/09/2014 08:29 PM, Karol Wrona wrote: > indio_dev was unused in function body plus some small style fix - add new > lines after "if(sth) return sth" and before the last return statement. Looks good, except for the missing updates for the users. Doing some digging in the git history raveled that the user of that parameter in that function was removed in commit f79a909890 ("staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.")