From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 15 Feb 2013 17:05:16 +0100 (CET) Received: from nbd.name ([46.4.11.11]:60627 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6827646Ab3BOQErJTscW (ORCPT ); Fri, 15 Feb 2013 17:04:47 +0100 Message-ID: <511E5BE9.7010400@openwrt.org> Date: Fri, 15 Feb 2013 17:01:45 +0100 From: John Crispin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20120922 Icedove/10.0.7 MIME-Version: 1.0 To: Gabor Juhos CC: Ralf Baechle , linux-mips , "Rodriguez, Luis" , "Giori, Kathy" , QCA Linux Team Subject: Re: [PATCH 08/11] MIPS: ath79: add WMAC registration code for the QCA955X SoCs References: <1360939105-23591-1-git-send-email-juhosg@openwrt.org> <1360939105-23591-9-git-send-email-juhosg@openwrt.org> In-Reply-To: <1360939105-23591-9-git-send-email-juhosg@openwrt.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 35767 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: blogic@openwrt.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: On 15/02/13 15:38, Gabor Juhos wrote: > + ath79_wmac_resources[1].start = ATH79_IP2_IRQ(1); > + ath79_wmac_resources[1].start = ATH79_IP2_IRQ(1); Hi, second line should read .stop ? John