From owner-cvs-all@FreeBSD.ORG Mon Jun 28 03:40:36 2004 Return-Path: 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 D602816A4CE; Mon, 28 Jun 2004 03:40:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B944643D39; Mon, 28 Jun 2004 03:40:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S3eN9x032727; Mon, 28 Jun 2004 03:40:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S3eNPC032726; Mon, 28 Jun 2004 03:40:23 GMT (envelope-from imp) Message-Id: <200406280340.i5S3eNPC032726@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 03:40:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 28 Jun 2004 03:40:37 -0000 imp 2004-06-28 03:40:23 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Turns out that jhb didn't really like this. And nate pointed out that it wasn't a good idea to have the test for NULL on only a limited subset. Go back because I'm not sure adding NULL to all the others is a good idea. Revision Changes Path 1.152 +2 -2 src/sys/kern/subr_bus.c