From owner-cvs-all@FreeBSD.ORG Sun Mar 27 17:04:47 2005 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 DC31E16A4CF; Sun, 27 Mar 2005 17:04:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD61043D2D; Sun, 27 Mar 2005 17:04:47 +0000 (GMT) (envelope-from imp@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 j2RH4l6q063523; Sun, 27 Mar 2005 17:04:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2RH4l75063522; Sun, 27 Mar 2005 17:04:47 GMT (envelope-from imp) Message-Id: <200503271704.j2RH4l75063522@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Mar 2005 17:04:47 +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/dev/wi if_wi_pccard.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: Sun, 27 Mar 2005 17:04:48 -0000 imp 2005-03-27 17:04:47 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi_pccard.c Log: Unbreak style(9) breakage from last commit. We try to avoid defining variables in internal blocks. Also, go ahead and fail if we can't load the firmware. It should have failed like this, but never did (firmware loads generally don't fail). Revision Changes Path 1.55 +2 -4 src/sys/dev/wi/if_wi_pccard.c