From owner-cvs-src@FreeBSD.ORG Sat Oct 25 08:04:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 051DE16A4B3; Sat, 25 Oct 2003 08:04:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7893443F93; Sat, 25 Oct 2003 08:04:50 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9PF4oXJ009365; Sat, 25 Oct 2003 08:04:50 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9PF4ouX009364; Sat, 25 Oct 2003 08:04:50 -0700 (PDT) (envelope-from simokawa) Message-Id: <200310251504.h9PF4ouX009364@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sat, 25 Oct 2003 08:04:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire firewire.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2003 15:04:51 -0000 simokawa 2003/10/25 08:04:50 PDT FreeBSD src repository Modified files: sys/dev/firewire firewire.c Log: Move validity check of 'xfer->fc != NULL' to right place. Revision Changes Path 1.64 +4 -4 src/sys/dev/firewire/firewire.c