From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] dma-mapping: fix return type of dma_set_max_seg_size() Date: Tue, 27 Nov 2018 08:40:35 +0100 Message-ID: <20181127074035.GA30146@lst.de> References: <20180829212921.10665-1-niklas.soderlund+renesas@ragnatech.se> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <20180829212921.10665-1-niklas.soderlund+renesas-1zkq55x86MTxsAP9Fp7wbw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Niklas =?iso-8859-1?Q?S=F6derlund?= Cc: linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Robin Murphy , Christoph Hellwig List-Id: iommu@lists.linux-foundation.org On Wed, Aug 29, 2018 at 11:29:21PM +0200, Niklas S=F6derlund wrote: > The function dma_set_max_seg_size() can return either 0 on success or > -EIO on error. Change its return type from unsigned int to int to > capture this. > = > Signed-off-by: Niklas S=F6derlund Thanks, applied to the dma-mapping tree for 4.21. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:57109 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728976AbeK0Shf (ORCPT ); Tue, 27 Nov 2018 13:37:35 -0500 Date: Tue, 27 Nov 2018 08:40:35 +0100 From: Christoph Hellwig To: Niklas =?iso-8859-1?Q?S=F6derlund?= Cc: Christoph Hellwig , Marek Szyprowski , Robin Murphy , iommu@lists.linux-foundation.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH] dma-mapping: fix return type of dma_set_max_seg_size() Message-ID: <20181127074035.GA30146@lst.de> References: <20180829212921.10665-1-niklas.soderlund+renesas@ragnatech.se> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180829212921.10665-1-niklas.soderlund+renesas@ragnatech.se> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Wed, Aug 29, 2018 at 11:29:21PM +0200, Niklas S�derlund wrote: > The function dma_set_max_seg_size() can return either 0 on success or > -EIO on error. Change its return type from unsigned int to int to > capture this. > > Signed-off-by: Niklas S�derlund Thanks, applied to the dma-mapping tree for 4.21.