Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751823AbeACKJz (ORCPT + 1 other); Wed, 3 Jan 2018 05:09:55 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:35882 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751154AbeACKJw (ORCPT ); Wed, 3 Jan 2018 05:09:52 -0500 X-Google-Smtp-Source: ACJfBovpnZMfXSyx/mWdBROX6w0L19wegw1ez/nEaAb6Y1w7VREVWoGeO+gUuae29USyedbzm+SIkA== Reply-To: christian.koenig@amd.com Subject: Re: [PATCH] swiotlb: suppress warning when __GFP_NOWARN is set v2 To: Konrad Rzeszutek Wilk Cc: imirkin@alum.mit.edu, efault@gmx.de, michel@daenzer.net, linux-kernel@vger.kernel.org References: <20180102121358.16215-1-christian.koenig@amd.com> <20180102205156.GA23475@localhost.localdomain> From: =?UTF-8?Q?Christian_K=c3=b6nig?= Message-ID: <22c96e2d-e6c5-47c2-1d8e-c47c6498c330@gmail.com> Date: Wed, 3 Jan 2018 11:09:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180102205156.GA23475@localhost.localdomain> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Am 02.01.2018 um 21:51 schrieb Konrad Rzeszutek Wilk: > On Tue, Jan 02, 2018 at 01:13:58PM +0100, Christian König wrote: > [SNIP] >> + >> +phys_addr_t swiotlb_tbl_map_single(struct device *hwdev, >> + dma_addr_t tbl_dma_addr, >> + phys_addr_t orig_addr, size_t size, >> + enum dma_data_direction dir, >> + unsigned long attrs) > Hm, could be my editor, but are the parameters on the same line as 'struct device *hwdev'? Looks like just an issue in your editor. I've fixed all other suggestions and going to send out v3 of the patch in a minute. Thanks, Christian.