From patchwork Tue Apr 9 17:47:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2416281 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 EABB03FD8C for ; Tue, 9 Apr 2013 17:49:06 +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 1UPcfF-0006TU-8T; Tue, 09 Apr 2013 17:49:01 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPcfD-0000jH-5a; Tue, 09 Apr 2013 17:48:59 +0000 Received: from mail-lb0-f174.google.com ([209.85.217.174]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPcf9-0000ix-TK for linux-arm-kernel@lists.infradead.org; Tue, 09 Apr 2013 17:48:56 +0000 Received: by mail-lb0-f174.google.com with SMTP id s10so7131937lbi.19 for ; Tue, 09 Apr 2013 10:48:53 -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=lV+5y/gyMOjaX3r9oQYrwjSfrZWCcBcHoF42Hlv0uZI=; b=lkpQOSdjTum7GUxzSdVlihgTmRUueH7xV6yz7viOKSWaTjjVLTvRFqZF/a10SWvxeX xD9sQB7PMx/z1GOvV21vTXl1Oxw+LdvnQ6WjRWy+obqdV/zw3ynuCuqRNYnupbtNikpG BGjIscxkgOF9rM9gwscLa4ayUiLW5EZzEQkGdDIeXU+tZyeQSPY1V6s9lAezL1OOd6/E XLR+SD3WEfklzt4iOZcOyUgNuOvNN09yWpPRrXUPA6toVotaIOqIa4CN7YJj5xNRGtRv 1Di3Ntp7r+GzghCcmz2A5TiXfxE+ZQ6EMx0F40pqXh6l6H9G4c2wOqlUUS6yt6cOVKi6 3tuA== X-Received: by 10.112.39.138 with SMTP id p10mr14306780lbk.31.1365529733518; Tue, 09 Apr 2013 10:48:53 -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 xw14sm13343493lab.6.2013.04.09.10.48.51 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 09 Apr 2013 10:48:52 -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 1/2] ARM: shmobile: R8A7778: fix Ether device name From: Sergei Shtylyov Organization: Cogent Embedded Date: Tue, 9 Apr 2013 21:47:51 +0400 MIME-Version: 1.0 Message-Id: <201304092147.51621.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQlBHspyTSnT0Gv+SSFciqKsa1fgTQFSu61Lu1nZbD+ZL82JAQRIxK22PTpozsavFZzJfZOx X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130409_134856_116017_0706385A X-CRM114-Status: GOOD ( 10.43 ) 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.174 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: R8A7778: 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-r8a7778.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: renesas/arch/arm/mach-shmobile/setup-r8a7778.c =================================================================== --- renesas.orig/arch/arm/mach-shmobile/setup-r8a7778.c +++ renesas/arch/arm/mach-shmobile/setup-r8a7778.c @@ -96,7 +96,7 @@ static struct resource ether_resources[] void __init r8a7778_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));