From patchwork Wed Aug 21 22:18:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2847940 X-Patchwork-Delegate: lethal@linux-sh.org Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 29C5EBF546 for ; Wed, 21 Aug 2013 22:18:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 43631202C6 for ; Wed, 21 Aug 2013 22:18:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6780720295 for ; Wed, 21 Aug 2013 22:18:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752786Ab3HUWS0 (ORCPT ); Wed, 21 Aug 2013 18:18:26 -0400 Received: from mail-la0-f47.google.com ([209.85.215.47]:62654 "EHLO mail-la0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752502Ab3HUWSZ (ORCPT ); Wed, 21 Aug 2013 18:18:25 -0400 Received: by mail-la0-f47.google.com with SMTP id eo20so819918lab.20 for ; Wed, 21 Aug 2013 15:18:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:organization:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=x6BAay3LYoWaz+X/yWSYcSVOXatF1i5Abyma1G/b8/M=; b=iZ8T8EIeeZDqQWssGCDr5byl1thHeqgi2wPmO+/kGm6h1ahRiYVJyLhpQZpFpeQajK FkCHew/P2pBdUqO+H3pwzDwHEvDoERC0hwWT/8LZXRoagtgN043C1lIR6BAcB0w5Etp1 iSO7r0NNjDp7cIDxHIvVWG9tzunExQNUlM0FNPMkLIUDlodNq6OzLWEF2eLtfQ07D27C cQy5kkN3xlCN5RV0JA+JzTLUZzFt74W6ubf3oUiCkp772HsqjMYkIRwC+4aj1MhTXOXE gQA9mFK9/aakvscxy5F7joA6+CktabL6mKaPyEDfle0mahvK0CC/TyDWl0uXiwgw2AMc 6qXw== X-Gm-Message-State: ALoCoQnV2cNUMwNgTfbM44GZIbD1dOvV4eUp9x3ssXc75KRlPyzILvSDF/FVtbBOctRsxjpR5H7Y X-Received: by 10.112.42.103 with SMTP id n7mr8833354lbl.6.1377123503974; Wed, 21 Aug 2013 15:18:23 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-76-148-161.pppoe.mtu-net.ru. [91.76.148.161]) by mx.google.com with ESMTPSA id m13sm3874484lbo.11.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 21 Aug 2013 15:18:23 -0700 (PDT) From: Sergei Shtylyov Organization: Cogent Embedded To: netdev@vger.kernel.org, lethal@linux-sh.org, linux-sh@vger.kernel.org, davem@davemloft.net Subject: [PATCH 2/2] SolutionEngine7724: fix typo in Ether platform data Date: Thu, 22 Aug 2013 02:18:30 +0400 User-Agent: KMail/1.13.5 (Linux/2.6.32.26-175.fc12.i686.PAE; KDE/4.4.5; i686; ; ) References: <201308220215.16463.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201308220215.16463.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Message-Id: <201308220218.31183.sergei.shtylyov@cogentembedded.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-9.7 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Commit bd61224b1cbec096694e89c4187119c8576fe186 (SolutionEngine7724: fix Ether support) has a typo in the 'phy_interface' field name of the platform data which causes build error -- fix it. Signed-off-by: Sergei Shtylyov --- arch/sh/boards/mach-se/7724/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: net-next/arch/sh/boards/mach-se/7724/setup.c =================================================================== --- net-next.orig/arch/sh/boards/mach-se/7724/setup.c +++ net-next/arch/sh/boards/mach-se/7724/setup.c @@ -377,7 +377,7 @@ static struct resource sh_eth_resources[ static struct sh_eth_plat_data sh_eth_plat = { .phy = 0x1f, /* SMSC LAN8187 */ .edmac_endian = EDMAC_LITTLE_ENDIAN, - .phy_interace = PHY_INTERFACE_MODE_MII, + .phy_interface = PHY_INTERFACE_MODE_MII, }; static struct platform_device sh_eth_device = {