From patchwork Fri Sep 28 10:22:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10619643 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 88380112B for ; Fri, 28 Sep 2018 11:04:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7B8BF28613 for ; Fri, 28 Sep 2018 11:04:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6EEB42B1EC; Fri, 28 Sep 2018 11:04:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DE64928613 for ; Fri, 28 Sep 2018 11:04:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=iWqyx6jMRf/5k+QF59lTjbQNd0b6qpbiMadpOZNzWOo=; b=u4xw2wFjd9MTSZyw8CNKvg/Fz/ 0jWqmW2j5kxrAjl43vxGvz/WUkmb4k459xdy2IEFSxJmHxmb8FaBneAVi6vilZrJ7TJrdqj2Oz/OQ 9T0jG2h+8TcQtqKJrQgM7Q+zZcUvghj31wmFTDI58rsd7m3ABRCTBTum6XX8/5xejYCDDn3zhCh+f P0tZoVxAXADd8oCf5ls9wJfFndP6O+HXJBCn1UNX3W/vtgmqxhWyKJqN3Dab994wPbQHbsluoFyMv MQoUsKhBVUQ1Ki4/eFGzhB7Up43S+/TDRK7H3YO3SbIZgbIaj+BIRTZ0eVzJE2TvX/BY0xctpL6Ww HFvuyQgA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g5qZD-000811-TB; Fri, 28 Sep 2018 11:04:15 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g5qYD-0007QZ-K5 for linux-arm-kernel@lists.infradead.org; Fri, 28 Sep 2018 11:04:11 +0000 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 032E225BF16; Fri, 28 Sep 2018 20:22:55 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1538130175; bh=UsNN0vHiS+Dzo90JFjTz2gdsPIAV+PL+Ml/LzZvN8vM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hCLRDlQv73lwLUTmlq0vScB64m4KQQMLev6YzxmvhYS8TsrUqxjq9g/HOAasB0rev Q1mXS2gKZI6vobb1BNaMEZOgICpfmKp6PCI3gpVj7VJbxZqksluEdWLKHn+szk4EDE dcwkvdpCTOSFzBjYn+xNUI+rB7fITzc0jqNv/nKs= Received: by reginn.horms.nl (Postfix, from userid 7100) id 1268E9402BE; Fri, 28 Sep 2018 12:22:53 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Subject: [PATCH 3/7] ARM: shmobile: Convert to using %pOFn instead of device_node.name Date: Fri, 28 Sep 2018 12:22:45 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180928_040313_856739_23ECB044 X-CRM114-Status: GOOD ( 12.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , Magnus Damm , linux-arm-kernel@lists.infradead.org, Simon Horman MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Rob Herring In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Signed-off-by: Rob Herring Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm/mach-shmobile/pm-rmobile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-shmobile/pm-rmobile.c b/arch/arm/mach-shmobile/pm-rmobile.c index e348bcfe389d..9dd6cadcd900 100644 --- a/arch/arm/mach-shmobile/pm-rmobile.c +++ b/arch/arm/mach-shmobile/pm-rmobile.c @@ -189,7 +189,7 @@ static void __init add_special_pd(struct device_node *np, enum pd_types type) return; } - pr_debug("Special PM domain %s type %d for %pOF\n", pd->name, type, np); + pr_debug("Special PM domain %pOFn type %d for %pOF\n", pd, type, np); special_pds[num_special_pds].pd = pd; special_pds[num_special_pds].type = type;