Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2649ybi; Fri, 7 Jun 2019 03:02:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqxcKA396YhptRXvh7+sg4FHkNsF31lPUGa6HVMua81iGgtqNZo+erQ52ZLnwVI+i3xkUNBg X-Received: by 2002:a17:90a:29a4:: with SMTP id h33mr4426495pjd.105.1559901761376; Fri, 07 Jun 2019 03:02:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559901761; cv=none; d=google.com; s=arc-20160816; b=wmBaxK16pC2dkcivMFQ1375JkLi701lmsmFuMiUtwXTjHIehSR1uMjCy7ncC1j2ZZl rNZ8s2AnA4yyyb8lHAkGAA/IngPmKx4MaTClpX0csOd9m2/xQ0tb/2QoFLqE9XWzHXPz lMQ8A2sM/Y1/Ev6gfYZy69vC1aDHhERE6BdogDalpVWWYE3jdfe8NNJdryFAx4dmmuKi /9yYgJoiHYKQdhHn99Wuzeq8EK3GtLTN8BG45W2k4FpoMWWqNMsMKpSbw1zjP5lyQ5kw pO84AhOURoaYB/ojRJePc5b+mPojHMrcqwtfWRnAkr4HKidXhloDeeDYSJZSJnKK141o bI4A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=H/Nzu1pC1f8zK0HO7JWfMImV9S5oWoOZXhf8HTtsxW8=; b=LbevHm10tRb9axbtKKv52oXa20AKkMBPj2ouQExarpm33ptyWEpt0tPrOauRwIceJo MQAC1JcimS5nxxZYaPALK2UyQGoP1N29mE85jeuO0fmNuqMIZqazlcuTWPbJ+zij1Rmc 9vuVIwGToo2JMAZSgOOOFbfuM6l1v6pd/mak8lznkt4rudq73ztvhspIdM0G8CS2tL1P FWnqmhglaiZ293P2clsGMdESKf3oi4DuvuKMyir09dqcm/5aCSrnUXCi/dXDlhDg66Su 9f4PICWUPm4KMFBy5oTKjcG7329o88/TxLoPCppP+A0yX7Y6DIpoQajiHneJTqoEax8+ o4/w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c3si1353870plr.193.2019.06.07.03.02.24; Fri, 07 Jun 2019 03:02:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728197AbfFGJ7P (ORCPT + 99 others); Fri, 7 Jun 2019 05:59:15 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:54346 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727964AbfFGJ7C (ORCPT ); Fri, 7 Jun 2019 05:59:02 -0400 Received: from ramsan ([84.194.111.163]) by albert.telenet-ops.be with bizsmtp id Mlz02000Q3XaVaC06lz0P6; Fri, 07 Jun 2019 11:59:01 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hZBeG-000416-Ik; Fri, 07 Jun 2019 11:59:00 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hZBeG-0002ci-Hi; Fri, 07 Jun 2019 11:59:00 +0200 From: Geert Uytterhoeven To: Thomas Gleixner , Jason Cooper , Marc Zyngier , Linus Walleij , Bartosz Golaszewski Cc: linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 4/4] gpio: rcar: Use proper irq_chip name Date: Fri, 7 Jun 2019 11:58:58 +0200 Message-Id: <20190607095858.10028-5-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190607095858.10028-1-geert+renesas@glider.be> References: <20190607095858.10028-1-geert+renesas@glider.be> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The irq_chip .name field should contain the device's class name, not the instance's name. Signed-off-by: Geert Uytterhoeven --- drivers/gpio/gpio-rcar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c index 70e95fc4779fe262..3ae58f182a08718a 100644 --- a/drivers/gpio/gpio-rcar.c +++ b/drivers/gpio/gpio-rcar.c @@ -483,7 +483,7 @@ static int gpio_rcar_probe(struct platform_device *pdev) gpio_chip->ngpio = npins; irq_chip = &p->irq_chip; - irq_chip->name = name; + irq_chip->name = "gpio-rcar"; irq_chip->parent_device = dev; irq_chip->irq_mask = gpio_rcar_irq_disable; irq_chip->irq_unmask = gpio_rcar_irq_enable; -- 2.17.1