From owner-cvs-all@FreeBSD.ORG Fri Jun 10 20:42:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 412D716A41C; Fri, 10 Jun 2005 20:42:03 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A1FF43D48; Fri, 10 Jun 2005 20:42:03 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5AKg2VT092422; Fri, 10 Jun 2005 20:42:02 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5AKg2LP092421; Fri, 10 Jun 2005 20:42:02 GMT (envelope-from brooks) Message-Id: <200506102042.j5AKg2LP092421@repoman.freebsd.org> From: Brooks Davis Date: Fri, 10 Jun 2005 20:42:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 20:42:03 -0000 brooks 2005-06-10 20:42:02 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: Revert the unnecessicary addition of some braces in fxp_attach(). Don't explicitly free the ifp in fxp_detach(), the call to fxp_release() takes care of it. Revision Changes Path 1.238 +1 -3 src/sys/dev/fxp/if_fxp.c