From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 07 Dec 2017 15:28:55 +0100 (CET) Received: from mail.linuxfoundation.org ([140.211.169.12]:50948 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23990921AbdLGO2o0L8op (ORCPT ); Thu, 7 Dec 2017 15:28:44 +0100 Received: from localhost (LFbn-1-12253-150.w90-92.abo.wanadoo.fr [90.92.67.150]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 8F789C77; Thu, 7 Dec 2017 14:28:36 +0000 (UTC) Date: Thu, 7 Dec 2017 15:28:44 +0100 From: Greg Kroah-Hartman To: David Daney Cc: linux-mips@linux-mips.org, ralf@linux-mips.org, James Hogan , netdev@vger.kernel.org, "David S. Miller" , Rob Herring , Mark Rutland , devel@driverdev.osuosl.org, devicetree@vger.kernel.org, Florian Fainelli , linux-kernel@vger.kernel.org, Andrew Lunn , "Steven J. Hill" Subject: Re: [PATCH v4 6/8] staging: octeon: Remove USE_ASYNC_IOBDMA macro. Message-ID: <20171207142844.GA22444@kroah.com> References: <20171129005540.28829-1-david.daney@cavium.com> <20171129005540.28829-7-david.daney@cavium.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171129005540.28829-7-david.daney@cavium.com> User-Agent: Mutt/1.9.1 (2017-09-22) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 61341 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: gregkh@linuxfoundation.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Tue, Nov 28, 2017 at 04:55:38PM -0800, David Daney wrote: > Previous patch sets USE_ASYNC_IOBDMA to 1 unconditionally. Remove > USE_ASYNC_IOBDMA from all if statements. Remove dead code caused by > the change. > > Signed-off-by: David Daney Acked-by: Greg Kroah-Hartman From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v4 6/8] staging: octeon: Remove USE_ASYNC_IOBDMA macro. Date: Thu, 7 Dec 2017 15:28:44 +0100 Message-ID: <20171207142844.GA22444@kroah.com> References: <20171129005540.28829-1-david.daney@cavium.com> <20171129005540.28829-7-david.daney@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20171129005540.28829-7-david.daney@cavium.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: David Daney Cc: Mark Rutland , linux-mips@linux-mips.org, devel@driverdev.osuosl.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ralf@linux-mips.org, Rob Herring , Andrew Lunn , "Steven J. Hill" , Florian Fainelli , James Hogan , "David S. Miller" List-Id: devicetree@vger.kernel.org On Tue, Nov 28, 2017 at 04:55:38PM -0800, David Daney wrote: > Previous patch sets USE_ASYNC_IOBDMA to 1 unconditionally. Remove > USE_ASYNC_IOBDMA from all if statements. Remove dead code caused by > the change. > > Signed-off-by: David Daney Acked-by: Greg Kroah-Hartman