From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752739AbcCABNP (ORCPT ); Mon, 29 Feb 2016 20:13:15 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:40724 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751098AbcCABNO (ORCPT ); Mon, 29 Feb 2016 20:13:14 -0500 Subject: Re: [PATCH] rapidio/rio_mport_cdev: fix conflicting DMA configuration options To: Alexandre Bounine , Andrew Morton References: <1456790736-14509-1-git-send-email-alexandre.bounine@idt.com> Cc: Matt Porter , linux-kernel@vger.kernel.org, linux-next@vger.kernel.org From: Randy Dunlap Message-ID: <56D4EC94.4090609@infradead.org> Date: Mon, 29 Feb 2016 17:12:52 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1456790736-14509-1-git-send-email-alexandre.bounine@idt.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/29/16 16:05, Alexandre Bounine wrote: > Fix to ensure that only CONFIG_RAPIDIO_DMA_ENGINE option is used to control > DMA code build. > > Signed-off-by: Alexandre Bounine > Reported-by: Randy Dunlap > Cc: Randy Dunlap > Cc: Matt Porter > Cc: linux-kernel@vger.kernel.org > Cc: linux-next@vger.kernel.org > --- > drivers/rapidio/devices/rio_mport_cdev.c | 32 +++++++++++++---------------- > 1 files changed, 14 insertions(+), 18 deletions(-) > Thanks. Acked-by: Randy Dunlap -- ~Randy