From patchwork Tue Apr 9 17:48:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2416301 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id ED6223FD8C for ; Tue, 9 Apr 2013 17:50:12 +0000 (UTC) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPcgN-0007at-N2; Tue, 09 Apr 2013 17:50:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPcgL-0000ka-Mz; Tue, 09 Apr 2013 17:50:09 +0000 Received: from mail-lb0-f169.google.com ([209.85.217.169]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPcgJ-0000kI-EV for linux-arm-kernel@lists.infradead.org; Tue, 09 Apr 2013 17:50:08 +0000 Received: by mail-lb0-f169.google.com with SMTP id p11so7177102lbi.0 for ; Tue, 09 Apr 2013 10:50:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:to:subject:from:organization:date:mime-version :content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=q0rugocCDsee6YA5U4inDFBfmKry1daT5vtqXZ9yitc=; b=PZolCukjlKRxkTojAoGXQB5kLI0S7u1d2+mKDMk5WGq87l5MoTlLSjqUyl4iZxGI1b 7Y5u43GZhb/0BsGKls+8EjxUjvQ3s4hL6XvhQ7BDcSVlUTs4eFrETdcwBt304fgnIM7K 6DMtiLucMYQFBPZs7uSWQ4eetXOfzPgyZNR8+O/Lg2qQtff0+IBuUxQ1DeqFO/2GQ/dA JFS4ZN1aabeu2yLYlR55AL/ZWTacv2jTSN42qvS5pKmS2YaOl/kNyhDWRvCkiGNGaqtk sC0T+0rCyyZ8cQwjX4WvU1EYOZLkkClN0R/7s4w9VkBAJqtl5D9XYjj6gOsFD2DOvK5e ZADA== X-Received: by 10.112.74.193 with SMTP id w1mr14160808lbv.125.1365529801931; Tue, 09 Apr 2013 10:50:01 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-79-87-206.pppoe.mtu-net.ru. [91.79.87.206]) by mx.google.com with ESMTPS id xx3sm5485674lbb.14.2013.04.09.10.50.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 09 Apr 2013 10:50:01 -0700 (PDT) To: horms@verge.net.au, magnus.damm@gmail.com, linux@arm.linux.org.uk, linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] ARM: shmobile: R8A7779: fix Ether device name From: Sergei Shtylyov Organization: Cogent Embedded Date: Tue, 9 Apr 2013 21:48:59 +0400 MIME-Version: 1.0 Message-Id: <201304092149.00465.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQnd3lPKQitErJJ+bHX6V+NVmzKXDBVG5YIbJU3CqB81GLCi5KMlgAXwMVfGScF6Uc1FN105 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130409_135007_640204_9E728BFA X-CRM114-Status: UNSURE ( 9.99 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.217.169 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org While recasting the commit "ARM: shmobile: R8A7779: add Ether support", I made a typo in the platform device's name: used underscore instead of hyphen. Signed-off-by: Sergei Shtylyov --- The patch is atop of the 'renesas-next-20130410' tag of the 'renesas.git' tree. arch/arm/mach-shmobile/setup-r8a7779.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: renesas/arch/arm/mach-shmobile/setup-r8a7779.c =================================================================== --- renesas.orig/arch/arm/mach-shmobile/setup-r8a7779.c +++ renesas/arch/arm/mach-shmobile/setup-r8a7779.c @@ -443,7 +443,7 @@ void __init r8a7779_add_standard_devices void __init r8a7779_add_ether_device(struct sh_eth_plat_data *pdata) { - platform_device_register_resndata(&platform_bus, "sh_eth", -1, + platform_device_register_resndata(&platform_bus, "sh-eth", -1, ether_resources, ARRAY_SIZE(ether_resources), pdata, sizeof(*pdata));