From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 3/8] 3w-sas: fix calls to dma_set_mask_and_coherent() Date: Mon, 18 Feb 2019 10:24:59 +0100 Message-ID: <20190218092459.GC5241@lst.de> References: <20190218073426.111853-1-hare@suse.de> <20190218073426.111853-4-hare@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190218073426.111853-4-hare@suse.de> Sender: stable-owner@vger.kernel.org To: Hannes Reinecke Cc: "Martin K. Petersen" , Christoph Hellwig , James Bottomley , linux-scsi@vger.kernel.org, stable@vger.kernel.org, Hannes Reinecke List-Id: linux-scsi@vger.kernel.org On Mon, Feb 18, 2019 at 08:34:21AM +0100, Hannes Reinecke wrote: > The change to use dma_set_mask_and_coherent() incorrectly made a second > call with the 32 bit DMA mask value when the call with the 64 bit DMA > mask value succeeded. Looks good, Reviewed-by: Christoph Hellwig