From owner-svn-src-all@freebsd.org Sun Nov 22 01:20:38 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 24FA5A33A13; Sun, 22 Nov 2015 01:20:38 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E18F11057; Sun, 22 Nov 2015 01:20:37 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAM1KaR5053124; Sun, 22 Nov 2015 01:20:36 GMT (envelope-from jhibbits@FreeBSD.org) Received: (from jhibbits@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAM1Kaj1053123; Sun, 22 Nov 2015 01:20:36 GMT (envelope-from jhibbits@FreeBSD.org) Message-Id: <201511220120.tAM1Kaj1053123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhibbits set sender to jhibbits@FreeBSD.org using -f From: Justin Hibbits Date: Sun, 22 Nov 2015 01:20:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291152 - head/sys/powerpc/mpc85xx X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sun, 22 Nov 2015 01:20:38 -0000 Author: jhibbits Date: Sun Nov 22 01:20:36 2015 New Revision: 291152 URL: https://svnweb.freebsd.org/changeset/base/291152 Log: Remove a debug panic that crept into r291151 Modified: head/sys/powerpc/mpc85xx/pci_mpc85xx.c Modified: head/sys/powerpc/mpc85xx/pci_mpc85xx.c ============================================================================== --- head/sys/powerpc/mpc85xx/pci_mpc85xx.c Sun Nov 22 01:16:43 2015 (r291151) +++ head/sys/powerpc/mpc85xx/pci_mpc85xx.c Sun Nov 22 01:20:36 2015 (r291152) @@ -284,7 +284,6 @@ fsl_pcib_attach(device_t dev) return (ofw_pci_attach(dev)); err: - //panic("Because I said so\n"); return (ENXIO); }