Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752070AbdIVNdB (ORCPT ); Fri, 22 Sep 2017 09:33:01 -0400 Received: from mail-it0-f45.google.com ([209.85.214.45]:54316 "EHLO mail-it0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751877AbdIVNc7 (ORCPT ); Fri, 22 Sep 2017 09:32:59 -0400 X-Google-Smtp-Source: AOwi7QCKE4hbXMzoVxp2XdbKFy6hpIh5yJy8YHatnyEoz5zlUjttumos0vivfWkAbsYiPToEA0eKIcRuv1usdl3NF30= MIME-Version: 1.0 In-Reply-To: <1505356645-19765-1-git-send-email-yamada.masahiro@socionext.com> References: <1505356645-19765-1-git-send-email-yamada.masahiro@socionext.com> From: Linus Walleij Date: Fri, 22 Sep 2017 15:32:58 +0200 Message-ID: Subject: Re: [PATCH] gpio: thunderx: remove unused .map() hook from irq_domain_ops To: Masahiro Yamada Cc: "linux-gpio@vger.kernel.org" , David Daney , Thomas Gleixner , Jason Cooper , Marc Zyngier , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 280 Lines: 11 On Thu, Sep 14, 2017 at 4:37 AM, Masahiro Yamada wrote: > This driver implements .alloc() hook, so .map() is not used. > > Signed-off-by: Masahiro Yamada Patch applied with David's Tested-by. Yours, Linus Walleij