From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82B1FC76195 for ; Mon, 22 Jul 2019 08:32:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5F7012199C for ; Mon, 22 Jul 2019 08:32:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728469AbfGVIcA (ORCPT ); Mon, 22 Jul 2019 04:32:00 -0400 Received: from mail-qt1-f195.google.com ([209.85.160.195]:46788 "EHLO mail-qt1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727304AbfGVIb7 (ORCPT ); Mon, 22 Jul 2019 04:31:59 -0400 Received: by mail-qt1-f195.google.com with SMTP id h21so37605359qtn.13; Mon, 22 Jul 2019 01:31:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dP0nbmsifYCzd3jNOn99GVAeFmpNunbIC0Kq27beutY=; b=qVGx5L0T069oIZxymtCc4y8q+X2ok5sT/W9e4+u7KgL7knQ3FRlYNcHG+/Tgv4sWqs LJU1uStSwUoWiOY+PTGQRYDPgxtHvJo8CDBom8jK05WD8NAFLISY8eJvWkNrA/8b/JhU r99NNQLeOQy8qayG6/9YdKF5YL0N/6JOpEFDnsNHreRYxKJuW2v+ImOyW/YShMCfaCz1 W4VrTw9BceQn+nLSv7UswAG2nH79eWN0u4/AMHAAux5CR1lmp8oLBhx3U9m+pDFV+M+Q 8/mFKHF/3X1+h5PJbQLlldEV4d3inC1J4KSP6rTcz0NzrCSVimcoFYdaX8x8X6KKNWmI iB0w== X-Gm-Message-State: APjAAAV7T8weJCW2/lpCazisp+G5hB7KIMg+tYyUMWL7BkE8MgxpMHOU P8gPK67pyFxj3srYvniT16hmmMWFhwWDyEUzJTk= X-Google-Smtp-Source: APXvYqwY6NELHyjo5eYsa2GKjeVYDwJoABufs2FhlniZMp1qxhCMv3/4XbgcYi75VOd2ow9DACzkH64S8Ak0YGx1hLg= X-Received: by 2002:ac8:5311:: with SMTP id t17mr47240030qtn.304.1563784318805; Mon, 22 Jul 2019 01:31:58 -0700 (PDT) MIME-Version: 1.0 References: <20190722081705.2084961-1-arnd@arndb.de> In-Reply-To: <20190722081705.2084961-1-arnd@arndb.de> From: Arnd Bergmann Date: Mon, 22 Jul 2019 10:31:42 +0200 Message-ID: Subject: Re: [PATCH 1/2] [RESEND] dmaengine: omap-dma: make omap_dma_filter_fn private To: Vinod Koul Cc: Peter Ujfalusi , Dan Williams , Linux Kernel Mailing List , dmaengine@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 22, 2019 at 10:17 AM Arnd Bergmann wrote: > +++ /dev/null > @@ -1,21 +0,0 @@ > -/* > - * OMAP DMA Engine support > - * I noticed this causes a trivial merge conflict (the file change but still needs to get removed), let me know if you need me to resend the patch. Arnd