From owner-svn-src-head@FreeBSD.ORG Sat Dec 13 03:45:00 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C806D106564A; Sat, 13 Dec 2008 03:45:00 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B499D8FC12; Sat, 13 Dec 2008 03:45:00 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mBD3j0hk016904; Sat, 13 Dec 2008 03:45:00 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBD3j0Aa016902; Sat, 13 Dec 2008 03:45:00 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200812130345.mBD3j0Aa016902@svn.freebsd.org> From: Sam Leffler Date: Sat, 13 Dec 2008 03:45:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186015 - head/sys/dev/ath/ath_hal/ar5312 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2008 03:45:00 -0000 Author: sam Date: Sat Dec 13 03:45:00 2008 New Revision: 186015 URL: http://svn.freebsd.org/changeset/base/186015 Log: remove duplicate case Obtained from: netbsd Modified: head/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c (contents, props changed) Modified: head/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c Sat Dec 13 03:44:44 2008 (r186014) +++ head/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c Sat Dec 13 03:45:00 2008 (r186015) @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5312_attach.c,v 1.8 2008/11/27 22:30:03 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h" @@ -318,7 +318,6 @@ ar5312Probe(uint16_t vendorid, uint16_t case AR5212_AR2313_REV8: return "Atheros 2313 WiSoC"; case AR5212_AR2315_REV6: - case AR5212_AR2315_REV6: case AR5212_AR2315_REV7: return "Atheros 2315 WiSoC"; case AR5212_AR2317_REV1: