From owner-svn-src-all@freebsd.org Mon Nov 9 20:03:16 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D212A2A477; Mon, 9 Nov 2015 20:03:16 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E5B91CC1; Mon, 9 Nov 2015 20:03:16 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iody8 with SMTP id y8so197481605iod.1; Mon, 09 Nov 2015 12:03:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=MEX6m3399qlxF3uql4R0m2WQusMMhSp4FbZtHQJ8M80=; b=yoGckvxahiAB26cbwtmQGISYjp+Ag+IkujizLPTSMA3qF7B8Q8YSXkDkkHLGUF8Ps6 4mtkocGKOHkOwvJsqXt/RgS2e69Ablv4TOE5YvG0cXLjS98dQe7orhDqOxPZ8K8oWgff oh3wIlWjA8rFkQ7IRh7mA1Kj8L+0n7Sl4Cq+BerqbeZK373uc/jnNKh4ORmnhMfpG0fb iGZdnMWgagkGOdnEMMeySUGIXTTjdKLxh7S9eRvkj5IbAXeW3UaCNBFaVwaIguGN7QSv TTesRMcCQzwUUnPN/QJDXBbtVpl59SOjOIN6D6FqaA2EQZz8Se1chiMjidtoPD/VsAMI q4ag== MIME-Version: 1.0 X-Received: by 10.107.10.199 with SMTP id 68mr249990iok.75.1447099395463; Mon, 09 Nov 2015 12:03:15 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.217.196 with HTTP; Mon, 9 Nov 2015 12:03:15 -0800 (PST) In-Reply-To: <2B0092AA-AC59-489F-B250-98025676A80E@FreeBSD.org> References: <201511091559.tA9FxgB1046943@repo.freebsd.org> <5640D0A8.3010508@FreeBSD.org> <2B0092AA-AC59-489F-B250-98025676A80E@FreeBSD.org> Date: Mon, 9 Nov 2015 12:03:15 -0800 X-Google-Sender-Auth: 91PC918UQpXDcYxWJ48eSX3zar8 Message-ID: Subject: Re: svn commit: r290612 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5210 dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5312 dev/ath/ath_hal... From: Adrian Chadd To: Renato Botelho Cc: Bryan Drewery , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:03:16 -0000 hiya, Sorry - Please commit this; I can't commit things right at the moment! -a On 9 November 2015 at 11:17, Renato Botelho wrote: >> On Nov 9, 2015, at 14:58, Bryan Drewery wrote: >> >> On 11/9/2015 7:59 AM, Adrian Chadd wrote: >>> Author: adrian >>> Date: Mon Nov 9 15:59:42 2015 >>> New Revision: 290612 >>> URL: https://svnweb.freebsd.org/changeset/base/290612 >>> >>> Log: >>> ath(4): begin fleshing out a "reset type" extension to force cold/warn resets. >>> >> >> /root/git/freebsd/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_reset.c:120:18: >> error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] >> HAL_RESET_TYPE, resetType, > > Attached patch fixed it for me. > > > > -- > Renato Botelho > >